Uses of Class
tilda.parsing.parts.Base
-
-
Uses of Base in tilda.db
Methods in tilda.db with parameters of type Base Modifier and Type Method Description booleanConnection. moveTableView(Base base, java.lang.String oldSchemaName)booleanConnection. renameTableView(Base base, java.lang.String oldName) -
Uses of Base in tilda.db.stores
Methods in tilda.db.stores with parameters of type Base Modifier and Type Method Description booleanBigQuery. moveTableView(Connection Con, Base base, java.lang.String oldSchemaName)booleanCommonStoreImpl. moveTableView(Connection Con, Base base, java.lang.String oldSchemaName)booleanDBType. moveTableView(Connection con, Base base, java.lang.String oldSchemaName)booleanMSSQL. moveTableView(Connection con, Base base, java.lang.String oldSchemaName)booleanBigQuery. renameTableView(Connection Con, Base base, java.lang.String oldName)booleanCommonStoreImpl. renameTableView(Connection Con, Base base, java.lang.String oldName)booleanDBType. renameTableView(Connection con, Base base, java.lang.String oldName)booleanMSSQL. renameTableView(Connection con, Base base, java.lang.String oldName) -
Uses of Base in tilda.generation
Methods in tilda.generation with parameters of type Base Modifier and Type Method Description static voidGenerator. genTildaBigQuerySchema(Base O, java.io.PrintWriter Out) -
Uses of Base in tilda.generation.bigquery
Methods in tilda.generation.bigquery with parameters of type Base Modifier and Type Method Description java.lang.StringSql. getFileName(Base O) -
Uses of Base in tilda.generation.html
Methods in tilda.generation.html with parameters of type Base Modifier and Type Method Description static java.lang.StringUrlMaker. makeObjectLink(Base O) -
Uses of Base in tilda.generation.interfaces
Methods in tilda.generation.interfaces with parameters of type Base Modifier and Type Method Description java.lang.StringCodeGenBase. getFileName(Base O) -
Uses of Base in tilda.generation.java8
Methods in tilda.generation.java8 with parameters of type Base Modifier and Type Method Description java.lang.StringAppData. getFileName(Base O)java.lang.StringAppFactory. getFileName(Base O)java.lang.StringTildaData. getFileName(Base O)java.lang.StringTildaFactory. getFileName(Base O)java.lang.StringTildaSupport. getFileName(Base O)static java.lang.StringHelper. getFullAppDataClassName(Base ParentObject)static java.lang.StringHelper. getFullAppFactoryClassName(Base ParentObject)static java.lang.StringHelper. getFullBaseClassName(Base ParentObject) -
Uses of Base in tilda.generation.postgres9
Methods in tilda.generation.postgres9 with parameters of type Base Modifier and Type Method Description java.lang.StringSql. getFileName(Base O) -
Uses of Base in tilda.generation.sqlserver2014
Methods in tilda.generation.sqlserver2014 with parameters of type Base Modifier and Type Method Description java.lang.StringSql. getFileName(Base O) -
Uses of Base in tilda.migration.actions
Fields in tilda.migration.actions declared as Base Modifier and Type Field Description protected BaseTableViewRename. _Baseprotected BaseTableViewSchemaSet. _BaseConstructors in tilda.migration.actions with parameters of type Base Constructor Description TableViewRename(Base Base, java.lang.String OldName)TableViewSchemaSet(Base Base, java.lang.String OldSchemaName) -
Uses of Base in tilda.parsing.parts
Subclasses of Base in tilda.parsing.parts Modifier and Type Class Description classObjectclassViewclassViewRealizedWrapperFields in tilda.parsing.parts declared as Base Modifier and Type Field Description BaseIndex. _ParentBaseIndexTemplate. _ParentBaseOrderBy. _ParentBaseMask. _ParentObjectBaseOutputMap. _ParentObjectBaseQuery. _ParentObjectBaseSubWhereClause. _ParentObjectprotected BaseSubWhereX. _ParentObjectBaseViewRealize. _ParentRealizedBaseViewRealizeIncremental. _ParentRealizedFields in tilda.parsing.parts with type parameters of type Base Modifier and Type Field Description java.util.Map<java.lang.String,Base>View. _DependenciesMethods in tilda.parsing.parts with parameters of type Base Modifier and Type Method Description protected static ColumnColumn. deepColumnSearch(ParserSession PS, Base parent, java.lang.String colName)static java.util.List<OrderBy>OrderBy. processOrderBys(ParserSession PS, java.lang.String what, Base Parent, java.lang.String[] OrderBys, boolean AllowNullsOrdering)booleanIndex. validate(ParserSession PS, Base Parent)booleanIndexTemplate. validate(ParserSession PS, Base Parent)booleanMask. validate(ParserSession PS, Base ParentObject)booleanOrderBy. validate(ParserSession PS, Base Parent, java.lang.String what, boolean allowNullOrdering)booleanOutputMap. validate(ParserSession PS, Base ParentObject)booleanQuery. validate(ParserSession PS, Base ParentObject, java.lang.String OwnerObjName)booleanSubWhereClause. validate(ParserSession PS, Base ParentObject, java.lang.String What, boolean TopLevel)booleanSubWhereX. validate(ParserSession PS, Base ParentObject, java.lang.String What)booleanViewRealizeIncremental. validate(ParserSession PS, View ParentView, Base ParentRealized, java.util.List<Column> FirstIdentity)Constructors in tilda.parsing.parts with parameters of type Base Constructor Description Base(Base b) -
Uses of Base in tilda.parsing.parts.helpers
Methods in tilda.parsing.parts.helpers with parameters of type Base Modifier and Type Method Description static voidDefaultsHelper. defaultAllQuery(ParserSession PS, Base b)Must be called after parent object has been validated.static voidDefaultsHelper. defaultOutputmap(ParserSession PS, Base b)static voidDefaultsHelper. defaultOutputMap(ParserSession PS, Base b)static ReferenceHelperReferenceHelper. parseColumnReference(java.lang.String ref, Base parentObject)booleanValidationHelper.Processor. process(ParserSession PS, Base ParentObject, java.lang.String What, Column C)static java.util.List<Column>ValidationHelper. ProcessColumn(ParserSession PS, Base ParentObject, java.lang.String What, java.lang.String[] ColumnNames, ValidationHelper.Processor P)static java.lang.StringDescriptionRewritingHelper. processReferenceUrl(java.lang.String description, Base b)protected static java.lang.StringJoinHelper.RefDef. signature(Base ref, java.lang.String as)
-