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 booleanConnection. alterTableDropIndex(Object Obj, IndexMeta IX)booleanConnection. 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. _IndicesMethods in tilda.db.metadata that return IndexMeta Modifier and Type Method Description IndexMetaTableMeta. getClusterIndex()Returns the cluster index, if any has been defined.IndexMetaTableMeta. getIndexMeta(java.lang.String Name)IndexMetaTableMeta. 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 booleanCommonStoreImpl. alterTableDropIndex(Connection Con, Object Obj, IndexMeta IX)booleanDBType. alterTableDropIndex(Connection Con, Object Obj, IndexMeta IX)booleanMSSQL. alterTableDropIndex(Connection Con, Object Obj, IndexMeta IX)booleanCommonStoreImpl. alterTableIndexDropCluster(Connection Con, IndexMeta IX)booleanDBType. alterTableIndexDropCluster(Connection Con, IndexMeta IX)booleanMSSQL. 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 IndexMetaTableIndexDrop. _IXprotected IndexMetaTableIndexDropCluster. _IXConstructors 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 IndexMetaIndexDrop. _indexConstructors in tilda.migration.drops with parameters of type IndexMeta Constructor Description IndexDrop(IndexMeta index)
-