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