Uses of Class
ru.curs.celesta.score.SQLGenerator
Packages that use SQLGenerator
Package
Description
Package with DB utils.
Adaptors for various RDBMS.
Root package of ddl adaptors.
Package containing metadata of table structure.
-
Uses of SQLGenerator in ru.curs.celesta.dbutils
Methods in ru.curs.celesta.dbutils that return SQLGeneratorModifier and TypeMethodDescriptionQueryBuildingHelper.getViewSQLGenerator()Returns SQL generator for Celesta views/complex filters. -
Uses of SQLGenerator in ru.curs.celesta.dbutils.adaptors
Methods in ru.curs.celesta.dbutils.adaptors that return SQLGenerator -
Uses of SQLGenerator in ru.curs.celesta.dbutils.adaptors.ddl
Methods in ru.curs.celesta.dbutils.adaptors.ddl that return SQLGeneratorModifier and TypeMethodDescriptionDdlAdaptor.getViewSQLGenerator()H2DdlGenerator.getViewSQLGenerator()MsSqlDdlGenerator.getViewSQLGenerator()OraDdlGenerator.getViewSQLGenerator()PostgresDdlGenerator.getViewSQLGenerator() -
Uses of SQLGenerator in ru.curs.celesta.score
Methods in ru.curs.celesta.score with parameters of type SQLGeneratorModifier and TypeMethodDescriptionvoidView.createViewScript(PrintWriter bw, SQLGenerator gen) Creates CREATE VIEW script in different SQL dialects by using 'visitor' pattern.voidAbstractView.selectScript(PrintWriter bw, SQLGenerator gen) Writes SELECT script to the stream.