Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
com.mckoi.database.interpret |
Modifier and Type | Method and 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).
|
Constructor and Description |
---|
FromTableDirectSource(DatabaseConnection connection,
TableQueryDef table_query,
String unique_name,
TableName given_name,
TableName root_name)
Constructs the source.
|
Copyright © 2015. All rights reserved.