Package db
Class FieldIndexTable
- java.lang.Object
-
- db.FieldIndexTable
-
public class FieldIndexTable extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int
colIndex
Indexed column within primary table schema.protected DBHandle
db
Database Handleprotected static long[]
emptyKeyArray
protected Field
fieldType
Field type associated with indexed column.protected Table
indexTable
Underlying table which contains secondary index data.protected db.TableRecord
indexTableRecord
Master table record for this index table.protected Table
primaryTable
Primary table
-
-
-
Field Detail
-
emptyKeyArray
protected static final long[] emptyKeyArray
-
db
protected final DBHandle db
Database Handle
-
indexTableRecord
protected final db.TableRecord indexTableRecord
Master table record for this index table.
-
primaryTable
protected Table primaryTable
Primary table
-
indexTable
protected Table indexTable
Underlying table which contains secondary index data.
-
fieldType
protected final Field fieldType
Field type associated with indexed column.
-
colIndex
protected final int colIndex
Indexed column within primary table schema.
-
-