Parameters

data class Parameters(val reuseResultObject: Boolean, val statementFetchSize: Int?, val resultSetFetchSize: Int?)

Constructors

Link copied to clipboard
constructor(reuseResultObject: Boolean = false, fetchSize: Int? = null)
constructor(reuseResultObject: Boolean, statementFetchSize: Int?, resultSetFetchSize: Int?)

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.