Package | Description |
---|---|
org.josef.jdbc |
jdbc related classes.
|
Modifier and Type | Method and Description |
---|---|
List<Column> |
Table.getColumns()
Gets the list of columns that this Table contains.
|
List<Column> |
Table.getPrimaryKeyColumns()
Gets the list of primary key columns of this Table.
|
protected List<Column> |
Database.getTableColumns(Connection connection,
String tableName)
Gets the list of columns that are present in the table identified by the supplied tableName.
|
Modifier and Type | Method and Description |
---|---|
void |
Table.setColumns(List<Column> columns)
Sets the columns for this Table.
|
void |
Table.setPrimaryKeyColumns(List<Column> primaryKeyColumns)
Sets the list of primary key columns for this Table.
|
Copyright © 2008–2018. All rights reserved.