Uses of Class
ru.curs.celesta.dbutils.meta.DbIndexInfo
-
Packages that use DbIndexInfo Package Description ru.curs.celesta.dbutils.adaptors Adaptors for various RDBMS.ru.curs.celesta.dbutils.adaptors.ddl Root package of ddl adaptors. -
-
Uses of DbIndexInfo in ru.curs.celesta.dbutils.adaptors
Methods in ru.curs.celesta.dbutils.adaptors that return types with arguments of type DbIndexInfo Modifier and Type Method Description abstract Map<String,DbIndexInfo>
DBAdaptor. getIndices(Connection conn, Grain g)
Returns a set of indices referring to tables specified in the indicated grain.Map<String,DbIndexInfo>
FirebirdAdaptor. getIndices(Connection conn, Grain g)
Map<String,DbIndexInfo>
H2Adaptor. getIndices(Connection conn, Grain g)
Map<String,DbIndexInfo>
MSSQLAdaptor. getIndices(Connection conn, Grain g)
Map<String,DbIndexInfo>
OraAdaptor. getIndices(Connection conn, Grain g)
Map<String,DbIndexInfo>
PostgresAdaptor. getIndices(Connection conn, Grain g)
Methods in ru.curs.celesta.dbutils.adaptors with parameters of type DbIndexInfo Modifier and Type Method Description void
DBAdaptor. dropIndex(Grain g, DbIndexInfo dBIndexInfo)
Removes table index in the grain. -
Uses of DbIndexInfo in ru.curs.celesta.dbutils.adaptors.ddl
Methods in ru.curs.celesta.dbutils.adaptors.ddl with parameters of type DbIndexInfo Modifier and Type Method Description void
DdlAdaptor. dropIndex(Connection conn, Grain g, DbIndexInfo dBIndexInfo)
Drops index of a grain.
-