SIndex |
SnapshotTable.createSIndex(java.lang.String name,
SIndexType sIndexType,
boolean isPrimaryKey,
boolean isUnique,
int[] columnsIndexes) |
SIndex |
SnapshotTable.createSIndex(java.lang.String name,
SIndexType sIndexType,
boolean isPrimaryKey,
boolean isUnique,
java.util.List columns) |
SIndex |
SnapshotTable.createSIndex(java.lang.String name,
SIndexType sIndexType,
boolean isPrimaryKey,
boolean isUnique,
java.lang.String[] columnsNames) |
SIndex |
SnapshotTable.getPrimaryKey() |
SIndex |
SnapshotTable.getSIndex(java.lang.String name) |
SIndex |
SnapshotTable.getSIndexForColumns(int[] columnIndexes) |
SIndex |
SnapshotView.getSIndexForColumns(java.lang.String[] columnNames) |
SIndex |
SnapshotTable.getSIndexForColumns(java.lang.String[] names) |
SIndex |
SnapshotSlice.getSIndexForColumns(java.lang.String[] columnNames) |
abstract SIndex |
Snapshot.getSIndexForColumns(java.lang.String[] columnNames) |
SIndex |
SnapshotTable.removeSIndex(java.lang.String name) |