JdbcPreparedStatementImpl
class JdbcPreparedStatementImpl(val statement: PreparedStatement, val wasGeneratedKeysRequested: Boolean) : PreparedStatementApi
Class representing a precompiled SQL statement.
The result set generated by executing this statement contains auto-generated keys based on the value of wasGeneratedKeysRequested.