Uses of Interface
tilda.generation.interfaces.CodeGenSql
-
-
Uses of CodeGenSql in tilda.db
Methods in tilda.db that return CodeGenSql Modifier and Type Method Description CodeGenSql
Connection. getSQlCodeGen()
-
Uses of CodeGenSql in tilda.db.stores
Fields in tilda.db.stores declared as CodeGenSql Modifier and Type Field Description protected static CodeGenSql
MSSQL. _SQL
Methods in tilda.db.stores that return CodeGenSql Modifier and Type Method Description CodeGenSql
BigQuery. getSQlCodeGen()
CodeGenSql
DBType. getSQlCodeGen()
CodeGenSql
MSSQL. getSQlCodeGen()
CodeGenSql
PostgreSQL. getSQlCodeGen()
-
Uses of CodeGenSql in tilda.generation
Fields in tilda.generation declared as CodeGenSql Modifier and Type Field Description protected CodeGenSql
GeneratorSession. _SqlClassGenerator
protected CodeGenSql
GeneratorSession. _SqlClassGeneratorSaved
Methods in tilda.generation that return CodeGenSql Modifier and Type Method Description CodeGenSql
GeneratorSession. getSql()
Methods in tilda.generation with parameters of type CodeGenSql Modifier and Type Method Description static void
Generator. getFullViewDDL(CodeGenSql CG, java.io.PrintWriter Out, View V)
static void
Generator. getTableDDL(CodeGenSql CG, java.io.PrintWriter Out, Object O, boolean mainDDL, boolean keysDDL)
static void
Generator. getViewBaseDDL(CodeGenSql CG, java.io.PrintWriter Out, View V)
static void
Generator. getViewCommentsDDL(CodeGenSql CG, java.io.PrintWriter Out, View V)
-
Uses of CodeGenSql in tilda.generation.bigquery
Classes in tilda.generation.bigquery that implement CodeGenSql Modifier and Type Class Description class
Sql
-
Uses of CodeGenSql in tilda.generation.helpers
Methods in tilda.generation.helpers with parameters of type CodeGenSql Modifier and Type Method Description java.lang.String
CatalogHelper. outputSQLProc(CodeGenSql gen, long firstKey, int start, int size)
-
Uses of CodeGenSql in tilda.generation.html
Fields in tilda.generation.html declared as CodeGenSql Modifier and Type Field Description protected CodeGenSql
Docs.DependencyPrinter. _Sql
Constructors in tilda.generation.html with parameters of type CodeGenSql Constructor Description DependencyPrinter(CodeGenSql Sql)
-
Uses of CodeGenSql in tilda.generation.postgres9
Classes in tilda.generation.postgres9 that implement CodeGenSql Modifier and Type Class Description class
Sql
-
Uses of CodeGenSql in tilda.generation.sqlserver2014
Classes in tilda.generation.sqlserver2014 that implement CodeGenSql Modifier and Type Class Description class
Sql
-
Uses of CodeGenSql in tilda.migration
Methods in tilda.migration with parameters of type CodeGenSql Modifier and Type Method Description protected static java.util.List<MigrationAction>
Migrator. getMigrationActions(Connection C, CodeGenSql CGSQL, Schema S, java.util.List<Schema> TildaList, DatabaseMeta DBMeta)
-
Uses of CodeGenSql in tilda.parsing
Fields in tilda.parsing declared as CodeGenSql Modifier and Type Field Description CodeGenSql
ParserSession. _CGSql
Methods in tilda.parsing with parameters of type CodeGenSql Modifier and Type Method Description static ParserSession
Parser. init(CodeGenSql CGSql, java.util.List<Schema> SchemaList)
static ParserSession
Parser. parse(java.lang.String FilePath, CodeGenSql CGSql, java.util.Map<java.lang.String,Schema> SchemaCache, boolean allowResource)
static ParserSession
Parser. parse(java.lang.String filePath, CodeGenSql CGSql, java.util.Map<java.lang.String,Schema> SchemaCache, boolean allowResource, java.lang.String contents)
Constructors in tilda.parsing with parameters of type CodeGenSql Constructor Description ParserSession(Schema Main, CodeGenSql CGSql)
-
Uses of CodeGenSql in tilda.parsing.parts.helpers
Methods in tilda.parsing.parts.helpers with parameters of type CodeGenSql Modifier and Type Method Description static java.lang.String
ValueHelper. printValueSQL(CodeGenSql sqlGen, java.lang.String colName, ColumnType colType, boolean isCollection, java.lang.String val)
-