| Package | Description |
|---|---|
| xyz.cofe.cxconsole.script.sql.ctx |
| Modifier and Type | Field and Description |
|---|---|
protected DbCatalog |
DbSchema.catalog |
| Modifier and Type | Field and Description |
|---|---|
protected Func1<TreeTableNodeFormat,DbCatalog> |
JdbcContext.catalogFormat |
| Modifier and Type | Method and Description |
|---|---|
DbCatalog |
DbSchema.getCatalog() |
| Modifier and Type | Method and Description |
|---|---|
static List<DbCatalog> |
DbCatalog.fetch(Connection conn) |
| Modifier and Type | Method and Description |
|---|---|
static List<DbSchema> |
DbSchema.fetch(DbCatalog cat) |
static List<DbTable> |
DbTable.fetch(DbCatalog cat) |
void |
DbSchema.setCatalog(DbCatalog catalog) |
| Constructor and Description |
|---|
DbSchema(Connection conn,
DbCatalog cat,
String name) |
Copyright © 2018. All rights reserved.