|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.hsqldb.Node
Class declaration
Field Summary | |
(package private) int |
iBalance
|
(package private) int |
iLeft
|
(package private) int |
iParent
|
(package private) int |
iRight
|
(package private) Node |
nLeft
|
(package private) Node |
nNext
|
(package private) Node |
nParent
|
(package private) Node |
nRight
|
(package private) Row |
rData
|
Constructor Summary | |
(package private) |
Node(Row r,
java.io.DataInput in,
int id)
Constructor declaration |
(package private) |
Node(Row r,
int id)
Constructor declaration |
Method Summary | |
(package private) void |
delete()
Method declaration |
(package private) boolean |
equals(Node n)
Method declaration |
(package private) int |
getBalance()
Method declaration |
java.lang.Object[] |
getData()
Method declaration |
(package private) int |
getKey()
Method declaration |
(package private) Node |
getLeft()
Method declaration |
(package private) Node |
getParent()
Method declaration |
(package private) Node |
getRight()
Method declaration |
(package private) void |
setBalance(int b)
Method declaration |
(package private) void |
setLeft(Node n)
Method declaration |
(package private) void |
setParent(Node n)
Method declaration |
(package private) void |
setRight(Node n)
Method declaration |
(package private) void |
write(java.io.DataOutput out)
Method declaration |
Methods inherited from class java.lang.Object |
|
Field Detail |
int iBalance
int iLeft
int iRight
int iParent
Node nLeft
Node nRight
Node nParent
Node nNext
Row rData
Constructor Detail |
Node(Row r, java.io.DataInput in, int id) throws java.io.IOException, java.sql.SQLException
r
- in
- id
- Node(Row r, int id)
r
- id
- Method Detail |
void delete()
int getKey()
Node getLeft() throws java.sql.SQLException
void setLeft(Node n) throws java.sql.SQLException
n
- Node getRight() throws java.sql.SQLException
void setRight(Node n) throws java.sql.SQLException
n
- Node getParent() throws java.sql.SQLException
void setParent(Node n) throws java.sql.SQLException
n
- int getBalance() throws java.sql.SQLException
void setBalance(int b) throws java.sql.SQLException
b
- public java.lang.Object[] getData() throws java.sql.SQLException
boolean equals(Node n) throws java.sql.SQLException
n
- void write(java.io.DataOutput out) throws java.io.IOException, java.sql.SQLException
out
-
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |