Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

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 java.lang.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.


Constructor Summary
protected Cursor.Id(Table table, Index index)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Cursor.Id

protected Cursor.Id(Table table,
                    Index index)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013