Uses of Class
tilda.parsing.parts.Schema
-
-
Uses of Schema in tilda.db
Fields in tilda.db with type parameters of type Schema Modifier and Type Field Description protected static java.util.Map<java.lang.String,Schema>ConnectionPool. _SchemasMethods in tilda.db with parameters of type Schema Modifier and Type Method Description booleanConnection. createSchema(Schema S)static voidConnectionPool. registerSchema(Schema S)Method parameters in tilda.db with type arguments of type Schema Modifier and Type Method Description java.lang.StringConnection. getAclRolesScript(java.util.List<Schema> TildaList) -
Uses of Schema in tilda.db.stores
Methods in tilda.db.stores with parameters of type Schema Modifier and Type Method Description booleanCommonStoreImpl. createSchema(Connection Con, Schema S)booleanDBType. createSchema(Connection Con, Schema S)booleanMSSQL. createSchema(Connection Con, Schema S)Method parameters in tilda.db.stores with type arguments of type Schema Modifier and Type Method Description java.lang.StringBigQuery. getAclRolesScript(Connection Con, java.util.List<Schema> TildaList)java.lang.StringDBType. getAclRolesScript(Connection Con, java.util.List<Schema> TildaList)java.lang.StringMSSQL. getAclRolesScript(Connection Con, java.util.List<Schema> TildaList)java.lang.StringPostgreSQL. getAclRolesScript(Connection Con, java.util.List<Schema> TildaList) -
Uses of Schema in tilda.generation
Methods in tilda.generation with parameters of type Schema Modifier and Type Method Description static booleanGenerator. generate(Schema S, GeneratorSession G)protected static voidGenerator. genTildaBigQuerySchemas(GeneratorSession G, java.io.File GenFolder, Schema S)protected static voidGenerator. genTildaSql(GeneratorSession G, java.io.File GenFolder, Schema S)static voidGenerator. genTildaSupport(GeneratorSession G, java.io.File GenFolder, Schema S)static voidGenerator. genTildaSupport(GeneratorSession G, Schema S, java.io.PrintWriter Out) -
Uses of Schema in tilda.generation.bigquery
Methods in tilda.generation.bigquery with parameters of type Schema Modifier and Type Method Description voidSql. genFileStart(java.io.PrintWriter Out, Schema S) -
Uses of Schema in tilda.generation.graphviz
Methods in tilda.generation.graphviz with parameters of type Schema Modifier and Type Method Description static java.lang.StringGraphvizUtil. getBaseResFileName(Schema S, java.lang.String Extension)Constructors in tilda.generation.graphviz with parameters of type Schema Constructor Description GraphvizUtil(Schema schema, GeneratorSession G) -
Uses of Schema in tilda.generation.helpers
Methods in tilda.generation.helpers with parameters of type Schema Modifier and Type Method Description voidCatalogHelper. addSchema(Schema s) -
Uses of Schema in tilda.generation.html
Methods in tilda.generation.html with parameters of type Schema Modifier and Type Method Description static java.lang.StringDocGen. getBaseResFileName(Schema S, java.lang.String Extension)static java.lang.StringDocGen. getSchemaChromeAppGenHTML(Schema S, java.lang.String Extension)static java.lang.StringDocGen. getSVGCSSPath(Schema S)static java.lang.StringUrlMaker. makeColumnHref(Column C, Schema parentSchema)static java.lang.StringUrlMaker. makeColumnLink(Column C, Schema parentSchema)static java.lang.StringUrlMaker. makeSchemaLink(Schema S)static voidDocs. writeFooter(java.io.PrintWriter Out, Schema S)static voidDocs. writeHeader(java.io.PrintWriter Out, Schema S)static voidDocs. writeRealizedSummary(java.io.PrintWriter Out, ParserSession PS, Schema S)Method parameters in tilda.generation.html with type arguments of type Schema Modifier and Type Method Description static voidDocGen. GenMasterIndex(java.lang.String Path, java.util.List<Schema> selectedSchemas, Docs.MasterConfig MC)Constructors in tilda.generation.html with parameters of type Schema Constructor Description DocGen(Schema schema, GeneratorSession G) -
Uses of Schema in tilda.generation.interfaces
Methods in tilda.generation.interfaces with parameters of type Schema Modifier and Type Method Description voidCodeGenSql. genFileStart(java.io.PrintWriter Out, Schema S)voidCodeGenTildaSupport. genFileStart(java.io.PrintWriter Out, Schema S)voidCodeGenTildaSupport. genInitMethod(java.io.PrintWriter Out, GeneratorSession G, Schema S)voidCodeGenTildaSupport. genSupportCode(java.io.PrintWriter Out, GeneratorSession G, Schema S) -
Uses of Schema in tilda.generation.java8
Methods in tilda.generation.java8 with parameters of type Schema Modifier and Type Method Description voidTildaSupport. genFileStart(java.io.PrintWriter Out, Schema S)voidTildaSupport. genInitMethod(java.io.PrintWriter Out, GeneratorSession G, Schema S)voidTildaSupport. genSupportCode(java.io.PrintWriter Out, GeneratorSession G, Schema S)static java.lang.StringHelper. getSupportClassFullName(Schema S) -
Uses of Schema in tilda.generation.postgres9
Methods in tilda.generation.postgres9 with parameters of type Schema Modifier and Type Method Description voidSql. genFileStart(java.io.PrintWriter Out, Schema S) -
Uses of Schema in tilda.generation.sqlserver2014
Methods in tilda.generation.sqlserver2014 with parameters of type Schema Modifier and Type Method Description voidSql. genFileStart(java.io.PrintWriter Out, Schema S) -
Uses of Schema in tilda.migration
Fields in tilda.migration declared as Schema Modifier and Type Field Description SchemaMigrationScript. _SFields in tilda.migration with type parameters of type Schema Modifier and Type Field Description protected java.util.List<Schema>DDLDependencyManager. _TildaListMethods in tilda.migration with parameters of type Schema 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)protected static voidMigrator. handleMoves(Connection C, Schema S, DatabaseMeta DBMeta, java.util.List<MigrationAction> Actions)protected static voidMigrator. handleRenames(Schema S, DatabaseMeta DBMeta, java.util.List<MigrationAction> Actions)protected static voidMigrator. handleTableMove(Schema S, DatabaseMeta DBMeta, java.util.List<MigrationAction> Actions, MigrationMove MM, Object obj)Method parameters in tilda.migration with type arguments of type Schema Modifier and Type Method Description static MigrationDataModelMigrator. AnalyzeDatabase(Connection C, boolean checkOnly, java.util.List<Schema> tildaList, DatabaseMeta DBMeta)protected static voidMigrator. checkZoneInfo(Connection C, java.util.List<Schema> TildaList, DatabaseMeta DBMeta)protected static java.util.List<MigrationAction>Migrator. getMigrationActions(Connection C, CodeGenSql CGSQL, Schema S, java.util.List<Schema> TildaList, DatabaseMeta DBMeta)protected static voidMigrator. handleKeys(java.util.List<Schema> TildaList, java.util.List<MigrationAction> Actions, java.util.List<java.lang.String> Errors, Object Obj, TableMeta TMeta)static voidMigrator. MigrateDatabase(Connection C, boolean CheckOnly, java.util.List<Schema> TildaList, DatabaseMeta DBMeta, boolean first, java.util.List<java.lang.String> connectionUrls, java.lang.String[] DependencySchemas)Constructors in tilda.migration with parameters of type Schema Constructor Description MigrationScript(Schema S, java.util.List<MigrationAction> Actions)Constructor parameters in tilda.migration with type arguments of type Schema Constructor Description DDLDependencyManager(java.lang.String SchemaName, java.lang.String TableViewName, java.util.List<Schema> TildaList) -
Uses of Schema in tilda.migration.actions
Fields in tilda.migration.actions declared as Schema Modifier and Type Field Description protected SchemaSchemaCreate. _SFields in tilda.migration.actions with type parameters of type Schema Modifier and Type Field Description protected java.util.List<Schema>TildaAclAdd. _TildaListprotected java.util.List<Schema>TildaCatalogAdd. _TildaListConstructors in tilda.migration.actions with parameters of type Schema Constructor Description SchemaCreate(Schema S)TildaExtraDDL(Schema S, java.lang.String resourceName)Constructor parameters in tilda.migration.actions with type arguments of type Schema Constructor Description TildaAclAdd(java.util.List<Schema> TildaList)TildaCatalogAdd(java.util.List<Schema> TildaList) -
Uses of Schema in tilda.parsing
Fields in tilda.parsing declared as Schema Modifier and Type Field Description SchemaParserSession. _MainFields in tilda.parsing with type parameters of type Schema Modifier and Type Field Description protected java.util.Map<java.lang.String,Schema>ParserSession. _DependenciesMethods in tilda.parsing that return Schema Modifier and Type Method Description protected static SchemaParser. fromContents(java.lang.String contents, java.lang.String filePath)protected static SchemaParser. fromFileOrResource(java.lang.String FilePath, boolean allowResource)protected static SchemaParser. fromReader(java.io.Reader R, java.lang.String filePath)SchemaParserSession. getSchema(java.lang.String resourceName)SchemaParserSession. getSchema(java.lang.String PackageName, java.lang.String SchemaName)SchemaParserSession. getSchemaForDependency(java.lang.String PackageName, java.lang.String SchemaName)static SchemaParser. parseSchemaFromFile(java.lang.String FilePath, boolean allowResource)Methods in tilda.parsing that return types with arguments of type Schema Modifier and Type Method Description java.util.Iterator<Schema>ParserSession. getDependenciesIterator()static java.util.List<Schema>Loader. LoadTildaResources()Methods in tilda.parsing with parameters of type Schema Modifier and Type Method Description booleanParserSession. addDependencySchema(Schema S)voidParserSession. addValidatedSchema(Schema S)booleanParserSession. hasSchemaBeenValidated(Schema S)static booleanParser. loadDependencies(ParserSession PS, Schema BaseSchema, java.util.Map<java.lang.String,Schema> SchemaCache)Method parameters in tilda.parsing with type arguments of type Schema Modifier and Type Method Description static ParserSessionParser. init(CodeGenSql CGSql, java.util.List<Schema> SchemaList)static booleanParser. loadDependencies(ParserSession PS, Schema BaseSchema, java.util.Map<java.lang.String,Schema> SchemaCache)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 Schema Constructor Description ParserSession(Schema Main, CodeGenSql CGSql) -
Uses of Schema in tilda.parsing.parts
Fields in tilda.parsing.parts declared as Schema Modifier and Type Field Description SchemaMigration. _ParentSchemaMigrationDrop. _ParentSchemaMigrationMove. _ParentSchemaBase. _ParentSchemaSchemaConvention. _ParentSchemaSchemaEnumeration. _ParentSchemaSchemaInterface. _ParentSchemaSchemaMapper. _ParentSchemaSchemaMigrationNotNull. _SchemaSchemaMigrationRename. _SchemaFields in tilda.parsing.parts with type parameters of type Schema Modifier and Type Field Description java.util.List<Schema>Schema. _DependencySchemasMethods in tilda.parsing.parts that return Schema Modifier and Type Method Description SchemaBase. getSchema()static SchemaSchema. getSchema(java.util.List<Schema> L, java.lang.String schemaName)SchemaViewRealizedWrapper. getSchema()Methods in tilda.parsing.parts with parameters of type Schema Modifier and Type Method Description static java.lang.StringSchema. getCircularPath(Schema S, java.util.List<Schema> L)protected voidObject. setupHistory(ParserSession PS, Schema ParentSchema)To call after parent object has been validatedprotected booleanBase. validate(ParserSession PS, Schema parentSchema)booleanConvention. validate(ParserSession PS, Schema parentSchema)booleanEnumeration. validate(ParserSession PS, Schema ParentSchema, int pos)booleanInterface. validate(ParserSession PS, Schema ParentSchema)booleanMapper. validate(ParserSession PS, Schema ParentSchema, int pos)booleanMigration. validate(ParserSession PS, Schema Parent)booleanMigrationDrop. validate(ParserSession PS, Schema Parent)booleanMigrationMove. validate(ParserSession PS, Schema Parent)booleanMigrationNotNull. validate(ParserSession PS, Schema Parent)booleanMigrationRename. validate(ParserSession PS, Schema Parent)booleanObject. validate(ParserSession PS, Schema parentSchema)booleanView. validate(ParserSession PS, Schema ParentSchema)protected booleanViewRealizedWrapper. validate(ParserSession PS, Schema ParentSchema)Method parameters in tilda.parsing.parts with type arguments of type Schema Modifier and Type Method Description static intSchema. findByResourceName(java.util.List<Schema> L, java.lang.String ResourceName)static java.lang.StringSchema. getCircularPath(Schema S, java.util.List<Schema> L)voidSchema. getFullDependencies(java.util.List<Schema> TildaList, java.util.Set<java.lang.String> SchemaNames)static ObjectSchema. getObject(java.util.List<Schema> SchemaList, java.lang.String SchemaName, java.lang.String ObjectName)static SchemaSchema. getSchema(java.util.List<Schema> L, java.lang.String schemaName)static ViewSchema. getView(java.util.List<Schema> Schemas, java.lang.String SchemaName, java.lang.String ViewName)static voidSchema. PrintSchemaList(java.util.List<Schema> L, boolean recurse)static voidSchema. ReorderTildaListWithDependencies(java.util.List<Schema> L) -
Uses of Schema in tilda.parsing.parts.helpers
Methods in tilda.parsing.parts.helpers with parameters of type Schema Modifier and Type Method Description voidReferenceHelper. logErrorKnownObjects(Schema S)static ReferenceHelperReferenceHelper. parseObjectReference(java.lang.String ref, Schema parentSchema)static ReferenceHelperReferenceHelper. parseSchemaReference(java.lang.String ref, Schema parentSchema)protected static java.lang.StringReferenceHelper. searchPackage(java.lang.String schemaName, Schema parentSchema)
-