public final class JDBCStatementHelper extends Object
| Constructor and Description |
|---|
JDBCStatementHelper() |
JDBCStatementHelper(JsonObject config) |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
asList(ResultSet rs) |
static Object |
convertSqlValue(Object value) |
void |
fillStatement(CallableStatement statement,
JsonArray in,
JsonArray out) |
void |
fillStatement(PreparedStatement statement,
JsonArray in) |
Object |
optimisticCast(String value) |
public JDBCStatementHelper()
public JDBCStatementHelper(JsonObject config)
public void fillStatement(PreparedStatement statement, JsonArray in) throws SQLException
SQLExceptionpublic void fillStatement(CallableStatement statement, JsonArray in, JsonArray out) throws SQLException
SQLExceptionpublic ResultSet asList(ResultSet rs) throws SQLException
SQLExceptionpublic static Object convertSqlValue(Object value) throws SQLException
SQLExceptionCopyright © 2020. All rights reserved.