Uses of Interface
com.mckoi.database.TableQueryDef
-
Packages that use TableQueryDef Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.database.interpret -
-
Uses of TableQueryDef in com.mckoi.database
Methods in com.mckoi.database that return TableQueryDef Modifier and Type Method Description TableQueryDef
DatabaseConnection. getTableQueryDef(TableName table_name, TableName aliased_as)
Returns a TableQueryDef object that describes the characteristics of a table including the name (TableName), the columns (DataTableDef) and the query plan to produce the table (QueryPlanNode). -
Uses of TableQueryDef in com.mckoi.database.interpret
Constructors in com.mckoi.database.interpret with parameters of type TableQueryDef Constructor Description FromTableDirectSource(DatabaseConnection connection, TableQueryDef table_query, java.lang.String unique_name, TableName given_name, TableName root_name)
Constructs the source.
-