public interface Query
FluentJdbc Query API to create select, update/insert, and batch update/insert queries.
ConnectionProvider| Modifier and Type | Method and Description |
|---|---|
BatchQuery |
batch(String sql)
Creates a batch update or insert query for a SQL statement
|
DatabaseInspection |
databaseInspection()
Inspection of the database (tables, columns, etc..)
|
SelectQuery |
select(String sql)
Creates a select query for a SQL statement
|
UpdateQuery |
update(String sql)
Creates an update or insert query for a SQL statement
|
SelectQuery select(String sql)
sql - SQL statementUpdateQuery update(String sql)
sql - SQL statementBatchQuery batch(String sql)
sql - SQL statementDatabaseInspection databaseInspection()
Copyright © 2015. All rights reserved.