| Package | Description |
|---|---|
| ru.curs.celesta.dbutils.adaptors | |
| ru.curs.celesta.dbutils.adaptors.ddl |
Root package of ddl adaptors.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,DbIndexInfo> |
H2Adaptor.getIndices(Connection conn,
Grain g) |
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> |
OraAdaptor.getIndices(Connection conn,
Grain g) |
Map<String,DbIndexInfo> |
FirebirdAdaptor.getIndices(Connection conn,
Grain g) |
Map<String,DbIndexInfo> |
MSSQLAdaptor.getIndices(Connection conn,
Grain g) |
Map<String,DbIndexInfo> |
PostgresAdaptor.getIndices(Connection conn,
Grain g) |
| Modifier and Type | Method and Description |
|---|---|
void |
DBAdaptor.dropIndex(Grain g,
DbIndexInfo dBIndexInfo)
Removes table index in the grain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DdlAdaptor.dropIndex(Connection conn,
Grain g,
DbIndexInfo dBIndexInfo)
Drops index of a grain.
|
Copyright © 2020 CURS. All rights reserved.