| Package | Description |
|---|---|
| org.databene.jdbacl | |
| org.databene.jdbacl.model |
| Modifier and Type | Method and Description |
|---|---|
static String |
SQLUtil.renderColumn(DBColumn column) |
static String |
SQLUtil.renderColumnNames(DBColumn[] columns) |
static String |
SQLUtil.renderColumnTypeWithSize(DBColumn column) |
static void |
SQLUtil.renderColumnTypeWithSize(DBColumn column,
StringBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
static String |
SQLUtil.renderColumnNames(List<DBColumn> columns) |
| Modifier and Type | Method and Description |
|---|---|
DBColumn |
DBTable.getColumn(String columnName) |
DBColumn[] |
DBTable.getColumns(String[] columnNames) |
| Modifier and Type | Method and Description |
|---|---|
List<DBColumn> |
DBTable.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
DBTable.addColumn(DBColumn column) |
void |
DBTable.receiveColumn(DBColumn column) |
Copyright © 2006–2014 Volker Bergmann. All rights reserved.