|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--Key
| Field Summary | |
protected int |
abbmask
|
protected int |
abbshift
|
static int |
abbsize
|
protected boolean |
Constructed
|
protected int |
rowmask
|
protected int |
rowshift
|
static int |
rowsize
|
static int |
size
|
protected Database |
TheSchema
|
protected int |
value
|
protected int |
vermask
|
protected int |
vershift
|
static int |
versize
|
| Constructor Summary | |
Key(java.lang.String strval,
Database mySchema)
|
|
| Method Summary | |
int |
compare(Key otherkey)
Returns > 0 if the integer key value is greater than that of otherkey, Returns < 0 if the integer key value is less than that of otherkey, Returns 0 if the integer key value is equal to that of otherkey, |
java.lang.String |
getAbb()
Retrieves the table abbreviation portion of the key |
int |
getRow()
Retrieves the row number from the key |
Database |
getTheSchema()
Retrieves a reference to the global schema |
int |
getValue()
Returns the integer encoding for the key |
int |
getVersion()
Retrieves the version bytes of the key |
boolean |
setAbb(java.lang.String ab)
Sets the table abbreviation portion of the key |
boolean |
setRow(int r)
Sets the row number of the key from its argument |
void |
setTheSchema(Database value)
Modifies this object's reference to the global schema |
boolean |
setVersion(int r)
Sets the version bytes of the key from its argument |
java.lang.String |
toString()
|
boolean |
Valid()
Returns true if this key was able to be built successfully. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected int value
public static final int size
public static final int versize
public static final int abbsize
public static final int rowsize
protected final int abbmask
protected final int abbshift
protected final int vermask
protected final int vershift
protected final int rowmask
protected final int rowshift
protected Database TheSchema
protected boolean Constructed
| Constructor Detail |
public Key(java.lang.String strval,
Database mySchema)
| Method Detail |
public boolean Valid()
public int getValue()
public int compare(Key otherkey)
public boolean setVersion(int r)
public int getVersion()
public boolean setRow(int r)
public int getRow()
public boolean setAbb(java.lang.String ab)
public java.lang.String getAbb()
public Database getTheSchema()
public void setTheSchema(Database value)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||