Uses of Interface
com.mckoi.database.interpret.FromTableInterface
-
Packages that use FromTableInterface Package Description com.mckoi.database.interpret -
-
Uses of FromTableInterface in com.mckoi.database.interpret
Classes in com.mckoi.database.interpret that implement FromTableInterface Modifier and Type Class Description classFromTableDirectSourceAn implementation of FromTableInterface that wraps around an TableName/AbstractDataTable object.classFromTableSubQuerySourceAn implementation of FromTableInterface that wraps around a TableSelectExpression object as a sub-query source.Methods in com.mckoi.database.interpret that return FromTableInterface Modifier and Type Method Description (package private) FromTableInterfaceTableExpressionFromSet. findTable(java.lang.String schema, java.lang.String name)Returns the first FromTableInterface object that matches the given schema, table reference.(package private) FromTableInterfaceStatement. findTableInQuery(java.lang.String schema, java.lang.String name)Returns the first FromTableInterface object that matches the given schema, table reference.(package private) FromTableInterfaceStatement. findTableWithColumn(Variable column_name)Given a fully resolved table name ( eg.(package private) FromTableInterfaceTableExpressionFromSet. getTable(int i)Returns the FromTableInterface object at the given index position in this set.Methods in com.mckoi.database.interpret with parameters of type FromTableInterface Modifier and Type Method Description (package private) voidPlanner.QuerySelectColumnSet. addAllFromTable(FromTableInterface table)Adds all columns from the given FromTableInterface object.protected voidStatement. addTable(FromTableInterface table)Add an FromTableInterface that is used within this query.voidTableExpressionFromSet. addTable(FromTableInterface table_resource)Adds a table resource to the set.voidPlanner.QueryTableSetPlanner. addTableSource(QueryPlanNode plan, FromTableInterface from_def)Adds a new table source to the planner given a Plan that 'creates' the source, and a FromTableInterface that describes the source created by the plan.voidTableExpressionFromSet. exposeAllColumnsFromSource(FromTableInterface table)Exposes all the columns from the given FromTableInterface.
-