| Constructor and Description |
|---|
AbstractIndex(Table table,
List<String> columnNames,
int[] indexColumns) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getIndexColumnNames() |
int[] |
getIndexColumns() |
Table |
getTable() |
void |
postAdd(List row) |
boolean |
preAdd(List row)
Only table should call this.
|
public int[] getIndexColumns()
getIndexColumns in interface Indexpublic List<String> getIndexColumnNames()
getIndexColumnNames in interface Indexpublic boolean preAdd(List row)
IndexCopyright © 2014. All Rights Reserved.