| Package | Description |
|---|---|
| org.codejargon.fluentjdbc.api.query |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UpdateResultGenKeys<T>
Result of an update / insert including generated keys
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResult |
UpdateQuery.run()
Runs the update query
|
| Modifier and Type | Method and Description |
|---|---|
List<UpdateResult> |
BatchQuery.run()
Runs the batch insert or update and returns the results (eg affected rows)
|
Copyright © 2016. All rights reserved.