User`s guide

6 Using Database Toolbox Functions
6-62
JDBC
Initial
Scrollable
Cursor
Position
Row Limit Scrollable
Cursor Position
Type
Offset Ending
Scrollable
Cursor Position
fetch Action
Any Not specified 'absolutePosition'1 0 Retrieves
all rows in
the cursor
starting from
the first row
in the data
set
Any 2 'absolutePosition'1 2 Retrieves
two rows in
the cursor
starting from
the first row
in the data
set
Any 2 'absolutePosition'5 6 Retrieves
two rows in
the cursor
starting from
the fifth row
in the data
set
Any 3 'absolutePosition'-5 13 Retrieves
three rows
in the cursor
starting with
the fifth row
from the end
of the data
set. This
assumes
there are 15