public interface Query
| Modifier and Type | Interface and Description |
|---|---|
static class |
Query.TYPE |
| Modifier and Type | Method and Description |
|---|---|
PreparedStatement |
createPreparedStatement(Connection connection) |
List<Object> |
getParameters() |
String |
getQuery() |
boolean |
returnGeneratedKeys() |
boolean returnGeneratedKeys()
String getQuery()
PreparedStatement createPreparedStatement(Connection connection) throws SQLException
SQLExceptionCopyright © 2017 Irenical. All rights reserved.