google-code-export / sqljet

Automatically exported from code.google.com/p/sqljet
0 stars 1 forks source link

Add cursor methods to get table row count, current row in cursor and to set current row. #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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);

Original issue reported on code.google.com by kit...@gmail.com on 9 Aug 2009 at 7:13

GoogleCodeExporter commented 9 years ago

Original comment by kit...@gmail.com on 10 Aug 2009 at 11:39

GoogleCodeExporter commented 9 years ago

Original comment by kit...@gmail.com on 10 Aug 2009 at 11:39

GoogleCodeExporter commented 9 years ago

Original comment by kit...@gmail.com on 10 Aug 2009 at 11:40

GoogleCodeExporter commented 9 years ago

Original comment by kit...@gmail.com on 10 Aug 2009 at 11:42

GoogleCodeExporter commented 9 years ago
Committed revision 647 (trunk).

Original comment by sergey.s...@gmail.com on 20 Oct 2009 at 11:41