|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object | +--org.hsqldb.Index
Index class declaration
| Constructor Summary | |
(package private) |
Index(java.lang.String name,
int[] column,
int[] type,
boolean unique)
Constructor declaration |
| Method Summary | |
(package private) void |
delete(java.lang.Object[] row,
boolean datatoo)
Method declaration |
(package private) Node |
find(java.lang.Object[] data)
Method declaration |
(package private) Node |
findFirst(java.lang.Object value,
int compare)
Method declaration |
(package private) Node |
first()
Method declaration |
(package private) int[] |
getColumns()
Method declaration |
(package private) java.lang.String |
getName()
Method declaration |
(package private) Node |
getRoot()
Method declaration |
(package private) void |
insert(Node i)
Method declaration |
(package private) boolean |
isUnique()
Method declaration |
(package private) Node |
next(Node x)
Method declaration |
(package private) void |
setRoot(Node r)
Method declaration |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
Index(java.lang.String name,
int[] column,
int[] type,
boolean unique)
name - column - type - unique - | Method Detail |
Node getRoot()
void setRoot(Node r)
r - java.lang.String getName()
boolean isUnique()
int[] getColumns()
void insert(Node i)
throws java.sql.SQLException
i -
void delete(java.lang.Object[] row,
boolean datatoo)
throws java.sql.SQLException
row - datatoo -
Node find(java.lang.Object[] data)
throws java.sql.SQLException
data -
Node findFirst(java.lang.Object value,
int compare)
throws java.sql.SQLException
value - compare -
Node first()
throws java.sql.SQLException
Node next(Node x)
throws java.sql.SQLException
x -
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||