com.healthmarketscience.jackcess.impl
Class CursorImpl.IdImpl
java.lang.Object
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.
CursorImpl.IdImpl
protected CursorImpl.IdImpl(TableImpl table,
IndexImpl index)
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.