Issue 92 in sqljet: Add cursor methods to get table row count, current row in cursor and to set current row.

20 views
Skip to first unread message

codesite...@google.com

unread,
Aug 9, 2009, 3:14:49 AM8/9/09
to sql...@googlegroups.com
Status: Accepted
Owner: sergey.scherbina
Labels: Type-Defect Priority-Medium

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

codesite...@google.com

unread,
Oct 20, 2009, 7:42:38 PM10/20/09
to sql...@googlegroups.com
Updates:
Status: Fixed

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).

Reply all
Reply to author
Forward
0 new messages