Package | Description |
---|---|
org.kepler.util.sql |
Modifier and Type | Method and Description |
---|---|
Table |
Schema.createTable(java.lang.String name)
Create a new table.
|
Table |
Column.getTable()
Get the containing table.
|
Table |
Schema.getTable(java.lang.String name)
Get an existing table.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Table> |
Schema.tables()
Get a list of tables.
|
Modifier and Type | Method and Description |
---|---|
void |
Schema.putTable(java.lang.String name,
Table table)
Add a new or change an existing table.
|
boolean |
DatabaseType.tableExists(Table table)
See if a table exists in the database.
|