| Package | Description |
|---|---|
| ch.brickwork.bsetl.db |
| Modifier and Type | Method and Description |
|---|---|
Result |
Db.query(String query)
run a SQL query where you know it generates a result set
|
| Modifier and Type | Method and Description |
|---|---|
void |
Db.insert(Result rowsToInsert,
String targetTableName)
insert a result into table "targetTableName" on this connection.
|
static List<Map<String,Object>> |
Result.merge(Result r1,
Result r2) |
Copyright © 2021. All rights reserved.