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 CodeGenSqlConnection. getSQlCodeGen() -
Uses of CodeGenSql in tilda.db.stores
Fields in tilda.db.stores declared as CodeGenSql Modifier and Type Field Description protected static CodeGenSqlMSSQL. _SQLMethods in tilda.db.stores that return CodeGenSql Modifier and Type Method Description CodeGenSqlBigQuery. getSQlCodeGen()CodeGenSqlDBType. getSQlCodeGen()CodeGenSqlMSSQL. getSQlCodeGen()CodeGenSqlPostgreSQL. getSQlCodeGen() -
Uses of CodeGenSql in tilda.generation
Fields in tilda.generation declared as CodeGenSql Modifier and Type Field Description protected CodeGenSqlGeneratorSession. _SqlClassGeneratorprotected CodeGenSqlGeneratorSession. _SqlClassGeneratorSavedMethods in tilda.generation that return CodeGenSql Modifier and Type Method Description CodeGenSqlGeneratorSession. getSql()Methods in tilda.generation with parameters of type CodeGenSql Modifier and Type Method Description static voidGenerator. getFullViewDDL(CodeGenSql CG, java.io.PrintWriter Out, View V)static voidGenerator. getTableDDL(CodeGenSql CG, java.io.PrintWriter Out, Object O, boolean mainDDL, boolean keysDDL)static voidGenerator. getViewBaseDDL(CodeGenSql CG, java.io.PrintWriter Out, View V)static voidGenerator. 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 classSql -
Uses of CodeGenSql in tilda.generation.helpers
Methods in tilda.generation.helpers with parameters of type CodeGenSql Modifier and Type Method Description java.lang.StringCatalogHelper. 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 CodeGenSqlDocs.DependencyPrinter. _SqlConstructors 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 classSql -
Uses of CodeGenSql in tilda.generation.sqlserver2014
Classes in tilda.generation.sqlserver2014 that implement CodeGenSql Modifier and Type Class Description classSql -
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 CodeGenSqlParserSession. _CGSqlMethods in tilda.parsing with parameters of type CodeGenSql Modifier and Type Method Description static ParserSessionParser. init(CodeGenSql CGSql, java.util.List<Schema> SchemaList)static ParserSessionParser. parse(java.lang.String FilePath, CodeGenSql CGSql, java.util.Map<java.lang.String,Schema> SchemaCache, boolean allowResource)static ParserSessionParser. 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.StringValueHelper. printValueSQL(CodeGenSql sqlGen, java.lang.String colName, ColumnType colType, boolean isCollection, java.lang.String val)
-