Uses of Class
com.healthmarketscience.jackcess.Cursor.Savepoint

Uses of Cursor.Savepoint in com.healthmarketscience.jackcess
 

Methods in com.healthmarketscience.jackcess that return Cursor.Savepoint
 Cursor.Savepoint Cursor.getSavepoint()
          Returns the current state of the cursor which can be restored at a future point in time by a call to Cursor.restoreSavepoint(com.healthmarketscience.jackcess.Cursor.Savepoint).
 

Methods in com.healthmarketscience.jackcess with parameters of type Cursor.Savepoint
 CursorBuilder CursorBuilder.restoreSavepoint(Cursor.Savepoint savepoint)
          Sets a savepoint to restore for the initial position of the cursor.
 void Cursor.restoreSavepoint(Cursor.Savepoint savepoint)
          Moves the cursor to a savepoint previously returned from Cursor.getSavepoint().
 



Copyright © 2005-2008 Health Market Science. All Rights Reserved.