Interface | Description |
---|---|
BatchQuery |
Batch insert or update query for a SQL statement.
|
Mapper<T> |
Maps a row of a ResultSet to an object
|
Query |
FluentJdbc Query API to create select, update/insert, and batch update/insert queries.
|
SelectQuery |
Select query for a SQL statement.
|
Transaction | |
UpdateQuery |
Update or insert Query for a SQL statement.
|
UpdateResult |
Results of an update / insert
|
UpdateResultGenKeys<T> |
Result of an update / insert including generated keys
|
Enum | Description |
---|---|
Transaction.Isolation |
Copyright © 2016. All rights reserved.