Uses of Class
tilda.db.metadata.IndexMeta
-
Packages that use IndexMeta Package Description tilda.db tilda.db.metadata tilda.db.stores tilda.migration.actions tilda.migration.drops -
-
Uses of IndexMeta in tilda.db
Methods in tilda.db with parameters of type IndexMeta Modifier and Type Method Description boolean
Connection. alterTableDropIndex(Object Obj, IndexMeta IX)
boolean
Connection. alterTableIndexDropCluster(IndexMeta IX)
-
Uses of IndexMeta in tilda.db.metadata
Fields in tilda.db.metadata with type parameters of type IndexMeta Modifier and Type Field Description java.util.Map<java.lang.String,IndexMeta>
TableMeta. _Indices
Methods in tilda.db.metadata that return IndexMeta Modifier and Type Method Description IndexMeta
TableMeta. getClusterIndex()
Returns the cluster index, if any has been defined.IndexMeta
TableMeta. getIndexMeta(java.lang.String Name)
IndexMeta
TableMeta. getIndexMeta(java.lang.String[] Columns, boolean Unique)
Methods in tilda.db.metadata that return types with arguments of type IndexMeta Modifier and Type Method Description java.util.Collection<IndexMeta>
TableMeta. getIndexMetas()
-
Uses of IndexMeta in tilda.db.stores
Methods in tilda.db.stores with parameters of type IndexMeta Modifier and Type Method Description boolean
CommonStoreImpl. alterTableDropIndex(Connection Con, Object Obj, IndexMeta IX)
boolean
DBType. alterTableDropIndex(Connection Con, Object Obj, IndexMeta IX)
boolean
MSSQL. alterTableDropIndex(Connection Con, Object Obj, IndexMeta IX)
boolean
CommonStoreImpl. alterTableIndexDropCluster(Connection Con, IndexMeta IX)
boolean
DBType. alterTableIndexDropCluster(Connection Con, IndexMeta IX)
boolean
MSSQL. alterTableIndexDropCluster(Connection Con, IndexMeta IX)
-
Uses of IndexMeta in tilda.migration.actions
Fields in tilda.migration.actions declared as IndexMeta Modifier and Type Field Description protected IndexMeta
TableIndexDrop. _IX
protected IndexMeta
TableIndexDropCluster. _IX
Constructors in tilda.migration.actions with parameters of type IndexMeta Constructor Description TableIndexDrop(Object Obj, IndexMeta IX)
TableIndexDropCluster(IndexMeta IX)
-
Uses of IndexMeta in tilda.migration.drops
Fields in tilda.migration.drops declared as IndexMeta Modifier and Type Field Description protected IndexMeta
IndexDrop. _index
Constructors in tilda.migration.drops with parameters of type IndexMeta Constructor Description IndexDrop(IndexMeta index)
-