| Package | Description |
|---|---|
| ch.brickwork.bsetl.db |
| Modifier and Type | Method and Description |
|---|---|
void |
Db.copyTableFrom(String tableName,
Db sourceDb) |
void |
Db.copyView(String viewName,
Db sourceDb) |
boolean |
Db.createOrReplaceTable(TableStructure tableStructure) |
boolean |
Db.createView(ViewStructure viewStructure) |
protected void |
Db.dropTableIfExists(String tableName) |
protected void |
Db.dropViewIfExists(String viewName) |
TableStructure |
Db.getTableStructure(String tableName)
if used with connection-less dbs, returns first ever created definition of table, otherwise
current defintion of table
|
void |
Db.insert(List<Map<String,Object>> rowsToInsert,
String targetTableName)
insert a result into table "targetTableName" on this connection.
|
void |
Db.insert(Result rowsToInsert,
String targetTableName)
insert a result into table "targetTableName" on this connection.
|
Copyright © 2021. All rights reserved.