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 boolean
Connection. moveTableView(Base base, java.lang.String oldSchemaName)
boolean
Connection. 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 boolean
BigQuery. moveTableView(Connection Con, Base base, java.lang.String oldSchemaName)
boolean
CommonStoreImpl. moveTableView(Connection Con, Base base, java.lang.String oldSchemaName)
boolean
DBType. moveTableView(Connection con, Base base, java.lang.String oldSchemaName)
boolean
MSSQL. moveTableView(Connection con, Base base, java.lang.String oldSchemaName)
boolean
BigQuery. renameTableView(Connection Con, Base base, java.lang.String oldName)
boolean
CommonStoreImpl. renameTableView(Connection Con, Base base, java.lang.String oldName)
boolean
DBType. renameTableView(Connection con, Base base, java.lang.String oldName)
boolean
MSSQL. 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 void
Generator. 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.String
Sql. 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.String
UrlMaker. 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.String
CodeGenBase. 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.String
AppData. getFileName(Base O)
java.lang.String
AppFactory. getFileName(Base O)
java.lang.String
TildaData. getFileName(Base O)
java.lang.String
TildaFactory. getFileName(Base O)
java.lang.String
TildaSupport. getFileName(Base O)
static java.lang.String
Helper. getFullAppDataClassName(Base ParentObject)
static java.lang.String
Helper. getFullAppFactoryClassName(Base ParentObject)
static java.lang.String
Helper. 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.String
Sql. 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.String
Sql. getFileName(Base O)
-
Uses of Base in tilda.migration.actions
Fields in tilda.migration.actions declared as Base Modifier and Type Field Description protected Base
TableViewRename. _Base
protected Base
TableViewSchemaSet. _Base
Constructors 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 class
Object
class
View
class
ViewRealizedWrapper
Fields in tilda.parsing.parts declared as Base Modifier and Type Field Description Base
Index. _Parent
Base
IndexTemplate. _Parent
Base
OrderBy. _Parent
Base
Mask. _ParentObject
Base
OutputMap. _ParentObject
Base
Query. _ParentObject
Base
SubWhereClause. _ParentObject
protected Base
SubWhereX. _ParentObject
Base
ViewRealize. _ParentRealized
Base
ViewRealizeIncremental. _ParentRealized
Fields in tilda.parsing.parts with type parameters of type Base Modifier and Type Field Description java.util.Map<java.lang.String,Base>
View. _Dependencies
Methods in tilda.parsing.parts with parameters of type Base Modifier and Type Method Description protected static Column
Column. 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)
boolean
Index. validate(ParserSession PS, Base Parent)
boolean
IndexTemplate. validate(ParserSession PS, Base Parent)
boolean
Mask. validate(ParserSession PS, Base ParentObject)
boolean
OrderBy. validate(ParserSession PS, Base Parent, java.lang.String what, boolean allowNullOrdering)
boolean
OutputMap. validate(ParserSession PS, Base ParentObject)
boolean
Query. validate(ParserSession PS, Base ParentObject, java.lang.String OwnerObjName)
boolean
SubWhereClause. validate(ParserSession PS, Base ParentObject, java.lang.String What, boolean TopLevel)
boolean
SubWhereX. validate(ParserSession PS, Base ParentObject, java.lang.String What)
boolean
ViewRealizeIncremental. 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 void
DefaultsHelper. defaultAllQuery(ParserSession PS, Base b)
Must be called after parent object has been validated.static void
DefaultsHelper. defaultOutputmap(ParserSession PS, Base b)
static void
DefaultsHelper. defaultOutputMap(ParserSession PS, Base b)
static ReferenceHelper
ReferenceHelper. parseColumnReference(java.lang.String ref, Base parentObject)
boolean
ValidationHelper.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.String
DescriptionRewritingHelper. processReferenceUrl(java.lang.String description, Base b)
protected static java.lang.String
JoinHelper.RefDef. signature(Base ref, java.lang.String as)
-