public static interface TypedTreeJDBCCruder.IRuntimeParameter
| Modifier and Type | Method and Description |
|---|---|
default PreparedStatement |
getPreparedStatement(String sql) |
PreparedStatement |
getPreparedStatement(String sql,
boolean returnGeneratedKey) |
PreparedStatement |
getPreparedStatementWithoutBatch(String sql) |
default PreparedStatement getPreparedStatement(String sql) throws SQLException
SQLExceptionPreparedStatement getPreparedStatement(String sql, boolean returnGeneratedKey) throws SQLException
SQLExceptionPreparedStatement getPreparedStatementWithoutBatch(String sql) throws SQLException
SQLExceptionCopyright © 2020. All rights reserved.