JdbcPreparedStatementImpl
class JdbcPreparedStatementImpl(val statement: PreparedStatement, val wasGeneratedKeysRequested: Boolean) : JdbcPreparedStatementApi
Class representing a precompiled SQL statement.
The result set generated by executing this statement contains auto-generated keys based on the value of wasGeneratedKeysRequested.
Properties
Functions
Link copied to clipboard
Closes the statement, if still open, and releases any of its database and/or driver resources.
Link copied to clipboard
Executes batched SQL statements stored as a PreparedStatement.
Link copied to clipboard
Executes multiple SQL statements stored in a single PreparedStatement.
Link copied to clipboard
Executes an SQL query stored in a PreparedStatement.
Link copied to clipboard
Executes an SQL statement stored in a PreparedStatement.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard