New issue 92 by kitaev: Add cursor methods to get table row count, current
row in cursor and to set current row.
http://code.google.com/p/sqljet/issues/detail?id=92
These methods should be independent on rowID that does not necessary
correspond to row count.
Add methods like:
long ISqlJetCursor.getRowCount();
long ISqlJetCursor.getCurrentRow();
boolean ISqlJetCursor.goToRow(long rowIndex);
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #5 on issue 92 by sergey.scherbina: Add cursor methods to get table
row count, current row in cursor and to set current row.
http://code.google.com/p/sqljet/issues/detail?id=92
Committed revision 647 (trunk).