com.healthmarketscience.jackcess
Class Cursor.Id

java.lang.Object
  extended by com.healthmarketscience.jackcess.Cursor.Id
Enclosing class:
Cursor

public static final class Cursor.Id
extends Object

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.


Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

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-2008 Health Market Science. All Rights Reserved.