| Package | Description |
|---|---|
| ru.curs.celesta.dbutils.adaptors | |
| ru.curs.celesta.dbutils.adaptors.ddl |
Root package of ddl adaptors.
|
| ru.curs.celesta.score |
Package containing metadata of table structure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DdlAdaptor.dropIndex(Connection conn,
Grain g,
DbIndexInfo dBIndexInfo)
Drops index of a grain.
|
| Modifier and Type | Method and Description |
|---|---|
Grain |
TableElement.getGrain()
Returns grain that the table element belongs to.
|
Grain |
GrainElement.getGrain()
Returns grain that the element belongs to.
|
Grain |
AbstractScore.getGrain(String name)
Returns grain by its name.
|
Grain |
CelestaParser.parseGrainPart(GrainPart grainPart) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Grain> |
AbstractScore.getGrains()
Returns an unmodifiable grain set.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CelestaParser.constraint(Grain g) |
void |
CelestaSerializer.save(Grain grain)
Serializes grain to its CelestaSQL representation.
|
void |
GrainSaver.save(Grain grain,
Resource scorePath)
Saves grain to file(s).
|
| Constructor and Description |
|---|
GrainPart(Grain grain,
boolean isDefinition,
Resource source) |
Copyright © 2020 CURS. All rights reserved.