| Package | Description |
|---|---|
| org.databene.jdbacl.model | |
| org.databene.jdbacl.model.jdbc |
| Modifier and Type | Field and Description |
|---|---|
protected DBDataType |
DBColumn.type |
| Modifier and Type | Method and Description |
|---|---|
static DBDataType |
DBDataType.getInstance(int jdbcType,
String name) |
static DBDataType |
DBDataType.getInstance(String name) |
DBDataType |
DBColumn.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
DBColumn.setType(DBDataType type) |
| Constructor and Description |
|---|
DBColumn(String name,
DBTable table,
DBDataType type) |
DBColumn(String name,
DBTable table,
DBDataType type,
Integer size) |
DBColumn(String name,
DBTable table,
DBDataType type,
Integer size,
Integer fractionDigits) |
| Modifier and Type | Method and Description |
|---|---|
void |
JDBCDBImporter.ColumnReceiver.receiveColumn(String columnName,
DBDataType dataType,
Integer columnSize,
Integer fractionDigits,
boolean nullable,
String defaultValue,
String comment,
DBTable table) |
Copyright © 2006–2014 Volker Bergmann. All rights reserved.