Uses of Class
ru.curs.celesta.score.Index
-
Packages that use Index Package Description ru.curs.celesta.dbutils.adaptors Adaptors for various RDBMS.ru.curs.celesta.dbutils.adaptors.ddl Root package of ddl adaptors.ru.curs.celesta.dbutils.meta Database meta information DTO classes.ru.curs.celesta.score Package containing metadata of table structure. -
-
Uses of Index in ru.curs.celesta.dbutils.adaptors
Methods in ru.curs.celesta.dbutils.adaptors with parameters of type Index Modifier and Type Method Description void
DBAdaptor. createIndex(Connection conn, Index index)
Creates a table index in the DB. -
Uses of Index in ru.curs.celesta.dbutils.adaptors.ddl
Methods in ru.curs.celesta.dbutils.adaptors.ddl with parameters of type Index Modifier and Type Method Description void
DdlAdaptor. createIndex(Connection conn, Index index)
Creates a table index in the grain. -
Uses of Index in ru.curs.celesta.dbutils.meta
Methods in ru.curs.celesta.dbutils.meta with parameters of type Index Modifier and Type Method Description boolean
DbIndexInfo. reflects(Index ind)
-
Uses of Index in ru.curs.celesta.score
Methods in ru.curs.celesta.score that return types with arguments of type Index Modifier and Type Method Description Set<Index>
BasicTable. getIndices()
Returns a set of indices for the table.Map<String,Index>
Grain. getIndices()
Returns a set of indices defined in the grain.Methods in ru.curs.celesta.score with parameters of type Index Modifier and Type Method Description void
Grain. addIndex(Index index)
Adds an index.
-