com.healthmarketscience.jackcess.impl
Class CursorImpl.IdImpl

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

protected static final class CursorImpl.IdImpl
extends Object
implements Cursor.Id

Identifier for a cursor. Will be equal to any other cursor of the same type for the same table. Primarily used to check the validity of a Savepoint.


Constructor Summary
protected CursorImpl.IdImpl(TableImpl table, IndexImpl index)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CursorImpl.IdImpl

protected CursorImpl.IdImpl(TableImpl table,
                            IndexImpl index)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


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