|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.hsqldb.Row
Class declaration
Field Summary | |
(package private) boolean |
bChanged
|
(package private) static int |
iCurrentAccess
|
(package private) int |
iLastAccess
|
(package private) int |
iPos
|
(package private) int |
iSize
|
(package private) Row |
rLast
|
(package private) Row |
rNext
|
Constructor Summary | |
(package private) |
Row(Table t,
java.io.DataInput in,
int pos,
Row before)
Constructor declaration |
(package private) |
Row(Table t,
java.lang.Object[] o)
Constructor declaration |
Method Summary | |
(package private) boolean |
canRemove()
Method declaration |
(package private) void |
changed()
Method declaration |
(package private) void |
cleanUpCache()
Method declaration |
(package private) void |
delete()
Method declaration |
(package private) void |
free()
Method declaration |
(package private) java.lang.Object[] |
getData()
Method declaration |
(package private) Node |
getNode(int index)
Method declaration |
(package private) Node |
getNode(int pos,
int index)
Method declaration |
(package private) void |
insert(Row before)
Method declaration |
(package private) byte[] |
write()
Method declaration |
Methods inherited from class java.lang.Object |
|
Field Detail |
static int iCurrentAccess
int iLastAccess
Row rLast
Row rNext
int iPos
int iSize
boolean bChanged
Constructor Detail |
Row(Table t, java.lang.Object[] o) throws java.sql.SQLException
t
- o
- Row(Table t, java.io.DataInput in, int pos, Row before) throws java.io.IOException, java.sql.SQLException
t
- in
- pos
- before
- Method Detail |
void cleanUpCache() throws java.sql.SQLException
void changed()
Node getNode(int pos, int index) throws java.sql.SQLException
pos
- index
- Node getNode(int index)
index
- java.lang.Object[] getData()
void insert(Row before)
before
- boolean canRemove() throws java.sql.SQLException
byte[] write() throws java.io.IOException, java.sql.SQLException
void delete() throws java.sql.SQLException
void free() throws java.sql.SQLException
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |