MATLAB DATABASE TOOLBOX RELEASE NOTES Guia do Utilizador Página 402

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 684
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 401
6 Using Database Toolbox Functions
6-60
The fetch Action column describes the rows of data to retrieve based on the specified
input arguments.
For example, this code demonstrates the syntax for calling fetch shown in the second
row of either table.
curs = fetch(curs,2,'absolutePosition',1);
Native ODBC
Initial
Scrollable
Cursor
Position
Row Limit Scrollable
Cursor Position
Type
Offset Ending
Scrollable
Cursor Position
fetch Action
Any Not specified 'absolutePosition'1 After the
result set
Retrieves
all rows in
the cursor
starting from
the first row
in the data
set
Any 2 'absolutePosition'1 1 Retrieves
two rows in
the cursor
starting from
the first row
in the data
set
Any 2 'absolutePosition'5 5 Retrieves
two rows in
the cursor
starting from
the fifth row
in the data
set
Any 3 'absolutePosition'-5 11 Retrieves
three rows
in the cursor
starting from
the fifth row
Vista de página 401
1 2 ... 397 398 399 400 401 402 403 404 405 406 407 ... 683 684

Comentários a estes Manuais

Sem comentários