| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBAdaptor.createIndex(Connection conn,
Index index)
Creates a table index in the DB.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DdlAdaptor.createIndex(Connection conn,
Index index)
Creates a table index in the grain.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DbIndexInfo.reflects(Index ind) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grain.addIndex(Index index)
Adds an index.
|
Copyright © 2023 CURS. All rights reserved.