| Package | Description |
|---|---|
| ch.brickwork.bsetl.db |
| Modifier and Type | Method and Description |
|---|---|
void |
Db.copyTableFrom(String tableName,
Db sourceDb) |
boolean |
Db.createOrReplaceTable(TableStructure tableStructure) |
protected void |
Db.dropIfExists(String tableName) |
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(Result rowsToInsert,
String targetTableName)
insert a result into table "targetTableName" on this connection.
|
Copyright © 2020. All rights reserved.