Parameters
data class Parameters(val reuseResultObject: Boolean, val statementFetchSize: Int?, val resultSetFetchSize: Int?)
Constructors
Properties
Link copied to clipboard
JDBC ResultSet fetchSize value.
Link copied to clipboard
When set, the ObjectNode in the Result is reused; take care with this!
Link copied to clipboard
JDBC PreparedStatement fetchSize value.