Open cursors which sorts table by index.
If indexName is NULL then primary key will be used.
Cursors can be opened only within active transaction. When transaction ends all cursors will be closed.
@param indexName name of index which defines ordering.If null then primary keywill be used. @return cursor sorted by index. @throws SqlJetException
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|