Uses of Interface
com.mckoi.database.TableQueryDef
Packages that use TableQueryDef
Package
Description
The core database classes for Mckoi.
-
Uses of TableQueryDef in com.mckoi.database
Methods in com.mckoi.database that return TableQueryDefModifier and TypeMethodDescriptionDatabaseConnection.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 TableQueryDefModifierConstructorDescriptionFromTableDirectSource
(DatabaseConnection connection, TableQueryDef table_query, String unique_name, TableName given_name, TableName root_name) Constructs the source.