Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
com.mckoi.database.global |
This package includes database constants such as
Types.
|
com.mckoi.database.jdbc |
The JDBC interface to Mckoi.
|
Modifier and Type | Method and Description |
---|---|
ColumnDescription |
DataTableColumnDef.columnDescriptionValue(String column_name)
Returns this column as a ColumnDescription object and gives the column
description the given name.
|
Modifier and Type | Method and Description |
---|---|
static ColumnDescription |
ColumnDescription.readFrom(DataInputStream in)
Reads a ColumnDescription from the given DataInputStream and returns
a new instance of it.
|
Constructor and Description |
---|
ColumnDescription(ColumnDescription cd) |
ColumnDescription(String name,
ColumnDescription cd) |
Modifier and Type | Method and Description |
---|---|
ColumnDescription |
QueryResponse.getColumnDescription(int column)
The ColumnDescription object that describes column 'n' in the result.
|
Copyright © 2015. All rights reserved.