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 booleanConnection. createView(View V)booleanConnection. 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 booleanCommonStoreImpl. createView(Connection Con, View V)booleanDBType. createView(Connection Con, View V)booleanMSSQL. createView(Connection Con, View V)booleanCommonStoreImpl. dropView(Connection Con, View V)booleanDBType. dropView(Connection Con, View V)booleanMSSQL. 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 voidGenerator. getFullViewDDL(CodeGenSql CG, java.io.PrintWriter Out, View V)static voidGenerator. getViewBaseDDL(CodeGenSql CG, java.io.PrintWriter Out, View V)static voidGenerator. 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 voidSql. genDDL(java.io.PrintWriter OutFinal, View V)voidSql. 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 intTableRankTracker. findFKDeep(java.util.Deque<TableRankTracker> TRTD, Object O, java.util.List<Column> FKSourceCols, View V, int columnCount)static intTableRankTracker. 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 ForeignKeyTableRankTracker. getClosestFKTable(java.util.Deque<TableRankTracker> TRTD, Object O, View V, int columnCount)static ForeignKeyTotalMess. 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 voidDocs. 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 voidCodeGenSql. genDDL(java.io.PrintWriter Out, View V)voidCodeGenSql. 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 voidSql. genDDL(java.io.PrintWriter OutFinal, View V)voidSql. 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 voidSql. genDDL(java.io.PrintWriter OutFinal, View V)voidSql. 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 booleanPatternObject. 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 ViewViewCreate. _Vprotected ViewViewDrop. _VConstructors 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 ViewParserSession. 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 ViewCloneColumn. _ParentViewViewFormula. _ParentViewprotected ViewFormulaTemplate. _ParentViewViewValue. _ParentViewViewViewColumn. _ParentViewViewViewDistinctOn. _ParentViewViewViewJoin. _ParentViewViewViewJoinSimple. _ParentViewViewViewPivot. _ParentViewViewViewPivotColumn. _ParentViewViewViewRealize. _ParentViewViewViewRealizeIncremental. _ParentViewViewViewRealizeMapping. _ParentViewViewViewTimeSeries. _ParentViewViewViewTimeSeriesJoin. _ParentViewViewBase. _RealizedViewViewCloneColumn. _SameAsViewViewViewColumn. _SameAsViewViewViewPivotColumn. _SourceViewObject. _SourceViewViewMigrationRename. _ViewFields in tilda.parsing.parts with type parameters of type View Modifier and Type Field Description java.util.List<View>MigrationMove. _Viewsjava.util.List<View>Schema. _ViewsMethods in tilda.parsing.parts that return View Modifier and Type Method Description ViewFormula. getParentView()ViewFormulaTemplate. getParentView()ViewSchema. getSourceView(Object O)ViewSchema. getView(java.lang.String Name)static ViewSchema. 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 voidView. updateTzColDescriptions(View V)Descriptions for TZColumns are a bit more complicated when dealing with views.booleanFormula. validate(ParserSession PS, View ParentView)booleanFormulaTemplate. validate(ParserSession PS, View ParentView)booleanValue. validate(ParserSession PS, View ParentView, java.lang.String What)booleanViewColumn. validate(ParserSession PS, View ParentView)booleanViewDistinctOn. validate(ParserSession PS, View ParentView)booleanViewJoin. validate(ParserSession PS, View ParentView)booleanViewJoinSimple. validate(ParserSession PS, View ParentView, View Source)booleanViewPivot. validate(ParserSession PS, View ParentView)booleanViewPivotColumn. validate(ParserSession PS, View ParentView)booleanViewPivotValue. validate(ParserSession PS, View ParentView, ViewPivot pivots, java.util.List<ViewPivotAggregate> aggregates)booleanViewRealize. validate(ParserSession PS, View ParentView, ViewRealizedWrapper ParentRealized)booleanViewRealizeIncremental. validate(ParserSession PS, View ParentView, Base ParentRealized, java.util.List<Column> FirstIdentity)booleanViewRealizeMapping. validate(ParserSession PS, View ParentView)booleanViewTimeSeries. validate(ParserSession PS, View ParentView)booleanViewTimeSeriesJoin. validate(ParserSession PS, View ParentView)static ColumnViewColumn. 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 ViewBinning. _ParentViewprotected ViewBinningRange. _ParentViewprotected ViewFlagging. _ParentViewprotected ViewFlaggingRange. _ParentViewprotected ViewTemplate. _ParentViewprotected ViewTemplateExpansion. _ParentViewMethods in tilda.parsing.parts.formulaTemplates that return View Modifier and Type Method Description ViewBinning. getParentView()ViewFlagging. getParentView()Methods in tilda.parsing.parts.formulaTemplates with parameters of type View Modifier and Type Method Description booleanBinning. validate(ParserSession PS, View ParentView)voidBinningRange. validate(ParserSession PS, View ParentView, Binning B)booleanFlagging. validate(ParserSession PS, View ParentView)voidFlaggingRange. validate(ParserSession PS, View ParentView, Flagging F)booleanTemplate. validate(ParserSession PS, View ParentView)voidTemplateExpansion. 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 voidJoinHelper. 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 voidPivotHelper. genPivotColumns(ParserSession PS, View V, Object O)protected ForeignKeyJoinHelper.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 ViewColumnPivotHelper. getPivottedColumn(View V, java.lang.String Name)static ViewColumnPivotHelper. getPivotViewColumn(ParserSession PS, View V, ViewPivotAggregate A)static ViewPivotPivotHelper. getPivotWithColumn(View V, java.lang.String ColName)static ViewPivotPivotHelper. 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 voidPivotHelper. HandlePivots(ParserSession PS, View V, java.util.Set<java.lang.String> ColumnNames)
-