Package | Description |
---|---|
nl.cwi.monetdb.embedded.env | |
nl.cwi.monetdb.embedded.mapping | |
nl.cwi.monetdb.embedded.resultset | |
nl.cwi.monetdb.embedded.tables |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractConnectionResult.getMappings(MonetDBToJavaMapping[] input)
Gets the Java mappings as a MonetDBToJavaMapping array.
|
void |
MonetDBEmbeddedPreparedStatement.getMappings(MonetDBToJavaMapping[] input) |
Modifier and Type | Field and Description |
---|---|
protected MonetDBToJavaMapping |
AbstractColumn.mapping
The mapping between MonetDB type and the Java Class.
|
protected MonetDBToJavaMapping[] |
AbstractRowSet.mappings
The MonetDB-To-Java mappings of the columns.
|
Modifier and Type | Method and Description |
---|---|
static MonetDBToJavaMapping |
MonetDBToJavaMapping.getJavaMappingFromMonetDBString(String sqlName)
Get the corresponding MonetDBToJavaMapping from MonetDB internal data type.
|
MonetDBToJavaMapping |
AbstractColumn.getMapping()
Gets the Java mapping of the column.
|
static MonetDBToJavaMapping |
MonetDBToJavaMapping.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonetDBToJavaMapping[] |
MonetDBToJavaMapping.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryResultSet.getMappings(MonetDBToJavaMapping[] input) |
Modifier and Type | Method and Description |
---|---|
void |
MonetDBTable.getMappings(MonetDBToJavaMapping[] input) |
protected void |
MonetDBTable.getMappingsInternal(MonetDBToJavaMapping[] input) |
Copyright © 2018. All rights reserved.