Uses of Class
tilda.parsing.parts.View
-
-
Uses of View in tilda.db
Methods in tilda.db with parameters of type View Modifier and Type Method Description boolean
Connection. createView(View V)
boolean
Connection. dropView(View V)
-
Uses of View in tilda.db.stores
Methods in tilda.db.stores with parameters of type View Modifier and Type Method Description boolean
CommonStoreImpl. createView(Connection Con, View V)
boolean
DBType. createView(Connection Con, View V)
boolean
MSSQL. createView(Connection Con, View V)
boolean
CommonStoreImpl. dropView(Connection Con, View V)
boolean
DBType. dropView(Connection Con, View V)
boolean
MSSQL. dropView(Connection Con, View V)
-
Uses of View in tilda.generation
Methods in tilda.generation with parameters of type View Modifier and Type Method Description static void
Generator. getFullViewDDL(CodeGenSql CG, java.io.PrintWriter Out, View V)
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 View in tilda.generation.bigquery
Methods in tilda.generation.bigquery with parameters of type View Modifier and Type Method Description void
Sql. genDDL(java.io.PrintWriter OutFinal, View V)
void
Sql. genDDLComments(java.io.PrintWriter OutFinal, View V)
-
Uses of View in tilda.generation.helpers
Methods in tilda.generation.helpers with parameters of type View Modifier and Type Method Description static int
TableRankTracker. findFKDeep(java.util.Deque<TableRankTracker> TRTD, Object O, java.util.List<Column> FKSourceCols, View V, int columnCount)
static int
TableRankTracker. findFKDeep(java.util.Deque<TableRankTracker> TRTD, Object O, java.util.List<Column> FKSourceCols, View V, int columnCount, java.util.Set<java.lang.String> TableNames, int Level)
static ForeignKey
TableRankTracker. getClosestFKTable(java.util.Deque<TableRankTracker> TRTD, Object O, View V, int columnCount)
static ForeignKey
TotalMess. getClosestFKTable(java.util.List<TotalMess> FuckList, View V, Object T, int columnSequenceOrder)
static java.util.List<TotalMess>
TotalMess. ScanView(View V)
-
Uses of View in tilda.generation.html
Methods in tilda.generation.html with parameters of type View Modifier and Type Method Description static void
Docs. PrintFormulaDetails(java.io.PrintWriter Out, View V, java.lang.String TName, Formula F, boolean headerRow)
-
Uses of View in tilda.generation.interfaces
Methods in tilda.generation.interfaces with parameters of type View Modifier and Type Method Description void
CodeGenSql. genDDL(java.io.PrintWriter Out, View V)
void
CodeGenSql. genDDLComments(java.io.PrintWriter Out, View V)
-
Uses of View in tilda.generation.postgres9
Methods in tilda.generation.postgres9 with parameters of type View Modifier and Type Method Description void
Sql. genDDL(java.io.PrintWriter OutFinal, View V)
void
Sql. genDDLComments(java.io.PrintWriter OutFinal, View V)
-
Uses of View in tilda.generation.sqlserver2014
Methods in tilda.generation.sqlserver2014 with parameters of type View Modifier and Type Method Description void
Sql. genDDL(java.io.PrintWriter OutFinal, View V)
void
Sql. genDDLComments(java.io.PrintWriter Out, View V)
-
Uses of View in tilda.interfaces
Methods in tilda.interfaces with parameters of type View Modifier and Type Method Description boolean
PatternObject. validate(ParserSession PS, View ParentView)
-
Uses of View in tilda.migration.actions
Fields in tilda.migration.actions declared as View Modifier and Type Field Description protected View
ViewCreate. _V
protected View
ViewDrop. _V
Constructors in tilda.migration.actions with parameters of type View Constructor Description ViewCreate(View V)
ViewDrop(View V)
-
Uses of View in tilda.parsing
Methods in tilda.parsing that return View Modifier and Type Method Description View
ParserSession. getView(java.lang.String PackageName, java.lang.String SchemaName, java.lang.String ViewName)
-
Uses of View in tilda.parsing.parts
Fields in tilda.parsing.parts declared as View Modifier and Type Field Description View
CloneColumn. _ParentView
View
Formula. _ParentView
protected View
FormulaTemplate. _ParentView
View
Value. _ParentView
View
ViewColumn. _ParentView
View
ViewDistinctOn. _ParentView
View
ViewJoin. _ParentView
View
ViewJoinSimple. _ParentView
View
ViewPivot. _ParentView
View
ViewPivotColumn. _ParentView
View
ViewRealize. _ParentView
View
ViewRealizeIncremental. _ParentView
View
ViewRealizeMapping. _ParentView
View
ViewTimeSeries. _ParentView
View
ViewTimeSeriesJoin. _ParentView
View
Base. _RealizedView
View
CloneColumn. _SameAsView
View
ViewColumn. _SameAsView
View
ViewPivotColumn. _Source
View
Object. _SourceView
View
MigrationRename. _View
Fields in tilda.parsing.parts with type parameters of type View Modifier and Type Field Description java.util.List<View>
MigrationMove. _Views
java.util.List<View>
Schema. _Views
Methods in tilda.parsing.parts that return View Modifier and Type Method Description View
Formula. getParentView()
View
FormulaTemplate. getParentView()
View
Schema. getSourceView(Object O)
View
Schema. getView(java.lang.String Name)
static View
Schema. getView(java.util.List<Schema> Schemas, java.lang.String SchemaName, java.lang.String ViewName)
Methods in tilda.parsing.parts that return types with arguments of type View Modifier and Type Method Description java.util.Set<View>
View. getAncestorRealizedViews()
Returns a set of the views directly referenced by this view that are not realized, but have an ancestor that is, or null if no such views were found.java.util.Set<View>
View. getFirstAncestorRealizedViews()
Returns a set of the first ancestor views referenced by this view that are realized.java.util.Set<View>
View. getSubRealizedViewRootNames()
Returns a list of the views directly referenced by this view that are realized, or null if no such views were found.Methods in tilda.parsing.parts with parameters of type View Modifier and Type Method Description static java.util.List<ViewColumn>
ViewDistinctOn. ParseColumns(ParserSession PS, View ParentView, java.lang.String[] Columns)
protected static void
View. updateTzColDescriptions(View V)
Descriptions for TZColumns are a bit more complicated when dealing with views.boolean
Formula. validate(ParserSession PS, View ParentView)
boolean
FormulaTemplate. validate(ParserSession PS, View ParentView)
boolean
Value. validate(ParserSession PS, View ParentView, java.lang.String What)
boolean
ViewColumn. validate(ParserSession PS, View ParentView)
boolean
ViewDistinctOn. validate(ParserSession PS, View ParentView)
boolean
ViewJoin. validate(ParserSession PS, View ParentView)
boolean
ViewJoinSimple. validate(ParserSession PS, View ParentView, View Source)
boolean
ViewPivot. validate(ParserSession PS, View ParentView)
boolean
ViewPivotColumn. validate(ParserSession PS, View ParentView)
boolean
ViewPivotValue. validate(ParserSession PS, View ParentView, ViewPivot pivots, java.util.List<ViewPivotAggregate> aggregates)
boolean
ViewRealize. validate(ParserSession PS, View ParentView, ViewRealizedWrapper ParentRealized)
boolean
ViewRealizeIncremental. validate(ParserSession PS, View ParentView, Base ParentRealized, java.util.List<Column> FirstIdentity)
boolean
ViewRealizeMapping. validate(ParserSession PS, View ParentView)
boolean
ViewTimeSeries. validate(ParserSession PS, View ParentView)
boolean
ViewTimeSeriesJoin. validate(ParserSession PS, View ParentView)
static Column
ViewColumn. ValidateSameAs(ParserSession PS, java.lang.String ColFullName, java.lang.String SameAs, View ParentView)
Constructors in tilda.parsing.parts with parameters of type View Constructor Description ViewRealizedWrapper(Object O, View V)
-
Uses of View in tilda.parsing.parts.formulaTemplates
Fields in tilda.parsing.parts.formulaTemplates declared as View Modifier and Type Field Description protected View
Binning. _ParentView
protected View
BinningRange. _ParentView
protected View
Flagging. _ParentView
protected View
FlaggingRange. _ParentView
protected View
Template. _ParentView
protected View
TemplateExpansion. _ParentView
Methods in tilda.parsing.parts.formulaTemplates that return View Modifier and Type Method Description View
Binning. getParentView()
View
Flagging. getParentView()
Methods in tilda.parsing.parts.formulaTemplates with parameters of type View Modifier and Type Method Description boolean
Binning. validate(ParserSession PS, View ParentView)
void
BinningRange. validate(ParserSession PS, View ParentView, Binning B)
boolean
Flagging. validate(ParserSession PS, View ParentView)
void
FlaggingRange. validate(ParserSession PS, View ParentView, Flagging F)
boolean
Template. validate(ParserSession PS, View ParentView)
void
TemplateExpansion. validate(ParserSession PS, View ParentView, Template GT)
-
Uses of View in tilda.parsing.parts.helpers
Methods in tilda.parsing.parts.helpers with parameters of type View Modifier and Type Method Description static void
JoinHelper. autoFillImpliedViewJoins(ParserSession PS, View V)
protected static java.util.List<ViewJoin>
JoinHelper. computeJoins(ParserSession PS, View V, java.util.List<JoinHelper.RefDef> refs)
Goes through refs and finds if they already have a matching ViewJoin, or if a new one needs to be automatically added.static void
PivotHelper. genPivotColumns(ParserSession PS, View V, Object O)
protected ForeignKey
JoinHelper.RefDef. getCompatibleRefDef(ParserSession PS, View V, java.util.List<JoinHelper.RefDef> refs)
The auto-join logic for Tilda is to look for the nearest previously referenced table and check if there is an FK either forward or backward.static ViewColumn
PivotHelper. getPivottedColumn(View V, java.lang.String Name)
static ViewColumn
PivotHelper. getPivotViewColumn(ParserSession PS, View V, ViewPivotAggregate A)
static ViewPivot
PivotHelper. getPivotWithColumn(View V, java.lang.String ColName)
static ViewPivot
PivotHelper. getPivotWithValue(View V, java.lang.String val)
protected static java.util.List<JoinHelper.RefDef>
JoinHelper. getReferences(View V)
Goes through all columns in the view and puts together, the list of objects/views referencesstatic void
PivotHelper. HandlePivots(ParserSession PS, View V, java.util.Set<java.lang.String> ColumnNames)
-