| Package | Description |
|---|---|
| ru.curs.celesta.dbutils |
Classes for interaction with RDBMS.
|
| 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 |
|---|---|
SQLGenerator |
QueryBuildingHelper.getViewSQLGenerator()
Returns SQL generator for Celesta views/complex filters.
|
| Modifier and Type | Method and Description |
|---|---|
SQLGenerator |
DBAdaptor.getViewSQLGenerator() |
| Modifier and Type | Method and Description |
|---|---|
SQLGenerator |
H2DdlGenerator.getViewSQLGenerator() |
SQLGenerator |
PostgresDdlGenerator.getViewSQLGenerator() |
SQLGenerator |
MsSqlDdlGenerator.getViewSQLGenerator() |
SQLGenerator |
DdlAdaptor.getViewSQLGenerator() |
SQLGenerator |
OraDdlGenerator.getViewSQLGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
View.createViewScript(PrintWriter bw,
SQLGenerator gen)
Creates CREATE VIEW script in different SQL dialects by using 'visitor' pattern.
|
void |
AbstractView.selectScript(PrintWriter bw,
SQLGenerator gen)
Writes SELECT script to the stream.
|
Copyright © 2023 CURS. All rights reserved.