com.healthmarketscience.jackcess.impl
Class CursorImpl.SavepointImpl

java.lang.Object
  extended by com.healthmarketscience.jackcess.impl.CursorImpl.SavepointImpl
All Implemented Interfaces:
Cursor.Savepoint
Enclosing class:
CursorImpl

protected static final class CursorImpl.SavepointImpl
extends Object
implements Cursor.Savepoint

Value object which represents a complete save state of the cursor.


Method Summary
 CursorImpl.PositionImpl getCurrentPosition()
           
 CursorImpl.IdImpl getCursorId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCursorId

public CursorImpl.IdImpl getCursorId()
Specified by:
getCursorId in interface Cursor.Savepoint

getCurrentPosition

public CursorImpl.PositionImpl getCurrentPosition()
Specified by:
getCurrentPosition in interface Cursor.Savepoint

toString

public String toString()
Overrides:
toString in class Object


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