| Package | Description |
|---|---|
| org.databene.jdbacl.model |
| Modifier and Type | Method and Description |
|---|---|
TableType |
DBTable.getTableType() |
static TableType |
TableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableType[] |
TableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DBTable(String name,
TableType type,
DBSchema schema) |
DBTable(String name,
TableType type,
String doc,
DBSchema schema,
JDBCDBImporter importer) |
Copyright © 2006–2014 Volker Bergmann. All rights reserved.