| 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.score |
Package containing metadata of table structure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBAdaptor.createView(Connection conn,
View v)
Creates a view in the DB based on metadata.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DdlAdaptor.createView(Connection conn,
View v)
Creates a view in the database from metadata.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterizedView
Parameterized View object in metadata.
|
| Modifier and Type | Method and Description |
|---|---|
View |
Grain.getView(String name)
Returns a view by its name or an exception with a message that the view was not found.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,View> |
Grain.getViews()
Returns a set of views defined in the grain.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
CelestaSerializer.toQueryString(View v)
Returns a query based on which the view is going to be created.
|
void |
CelestaParser.unionAll(View view) |
Copyright © 2023 CURS. All rights reserved.