|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.healthmarketscience.jackcess.RowId
public class RowId
Uniquely identifies a row of data within the access database.
Nested Class Summary | |
---|---|
static class |
RowId.Type
type attributes for RowIds which simplify comparisons |
Field Summary | |
---|---|
static int |
FIRST_PAGE_NUMBER
special page number which will sort before any other valid page number |
static RowId |
FIRST_ROW_ID
special rowId which will sort before any other valid rowId |
static int |
INVALID_ROW_NUMBER
special row number representing an invalid row number |
static int |
LAST_PAGE_NUMBER
special page number which will sort after any other valid page number |
static RowId |
LAST_ROW_ID
special rowId which will sort after any other valid rowId |
Constructor Summary | |
---|---|
RowId(int pageNumber,
int rowNumber)
Creates a new RowId instance. |
Method Summary | |
---|---|
int |
compareTo(RowId other)
|
boolean |
equals(java.lang.Object o)
|
int |
getPageNumber()
|
int |
getRowNumber()
|
RowId.Type |
getType()
|
int |
hashCode()
|
boolean |
isValid()
Returns true if this rowId potentially represents an actual row of data, false otherwise. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int FIRST_PAGE_NUMBER
public static final int LAST_PAGE_NUMBER
public static final int INVALID_ROW_NUMBER
public static final RowId FIRST_ROW_ID
public static final RowId LAST_ROW_ID
Constructor Detail |
---|
public RowId(int pageNumber, int rowNumber)
RowId
instance.
Method Detail |
---|
public int getPageNumber()
public int getRowNumber()
public boolean isValid()
true
if this rowId potentially represents an actual row of data, false
otherwise.
public RowId.Type getType()
public int compareTo(RowId other)
compareTo
in interface java.lang.Comparable<RowId>
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |