Uses of Class
ru.curs.celesta.dbutils.adaptors.ddl.DdlGenerator
-
Packages that use DdlGenerator Package Description ru.curs.celesta.dbutils.adaptors.ddl Root package of ddl adaptors. -
-
Uses of DdlGenerator in ru.curs.celesta.dbutils.adaptors.ddl
Subclasses of DdlGenerator in ru.curs.celesta.dbutils.adaptors.ddl Modifier and Type Class Description class
FirebirdDdlGenerator
Class for SQL generation of data definition of Firebird.class
H2DdlGenerator
Class for SQL generation of data definition of H2.class
MsSqlDdlGenerator
Class for SQL generation of data definition of MsSql.class
OpenSourceDdlGenerator
Base class for SQL generation of data definition of open source DBs (PostgreSQL, H2).class
OraDdlGenerator
Class for SQL generation of data definition of Oracle.class
PostgresDdlGenerator
Class for SQL generation of data definition of PostgreSQL.Constructors in ru.curs.celesta.dbutils.adaptors.ddl with parameters of type DdlGenerator Constructor Description DdlAdaptor(DdlGenerator ddlGenerator, DdlConsumer ddlConsumer)
-