Uses of Class
com.im.commons.db.ddl.DBIndexInfo
-
Packages that use DBIndexInfo Package Description com.im.commons.db com.im.commons.db.ddl -
-
Uses of DBIndexInfo in com.im.commons.db
Methods in com.im.commons.db that return types with arguments of type DBIndexInfo Modifier and Type Method Description java.util.List<DBIndexInfo>AbstractDatabasePlatform. buildIndexInfoForTable(java.lang.String schemaName, java.lang.String tableName, boolean useCache)java.util.List<DBIndexInfo>DatabasePlatform. buildIndexInfoForTable(java.lang.String schemaName, java.lang.String tableName, boolean useCache)Build index info for the specified table.protected com.im.commons.util.CaseInsensitiveMap<java.util.List<DBIndexInfo>>AbstractDatabasePlatform. buildIndexInfoImpl(java.lang.String schemaName, java.lang.String tableName, boolean useCache)protected java.util.Map<java.lang.String,java.util.List<DBIndexInfo>>AbstractDatabasePlatform. buildIndexInfosForSchema(java.lang.String schemaName, boolean useCache) -
Uses of DBIndexInfo in com.im.commons.db.ddl
Methods in com.im.commons.db.ddl that return types with arguments of type DBIndexInfo Modifier and Type Method Description java.util.List<DBIndexInfo>DBTableInfo. getIndexInfo()java.util.List<DBIndexInfo>DBTableInfoImpl. getIndexInfo()java.util.List<DBIndexInfo>DBTableInfoProxy. getIndexInfo()Method parameters in com.im.commons.db.ddl with type arguments of type DBIndexInfo Modifier and Type Method Description DBTableInfoDBTableInfo. updateIndexInfos(java.util.List<DBIndexInfo> indexes)DBTableInfoDBTableInfoImpl. updateIndexInfos(java.util.List<DBIndexInfo> indexes)DBTableInfoDBTableInfoProxy. updateIndexInfos(java.util.List<DBIndexInfo> indexes)
-