JdbcPreparedStatementImpl
class JdbcPreparedStatementImpl(val statement: PreparedStatement, val wasGeneratedKeysRequested: Boolean) : JdbcPreparedStatementApi
Class representing a precompiled SQL statement from the JDBC SPI.
The result set generated by executing this statement contains auto-generated keys based on the value of wasGeneratedKeysRequested.
Properties
Link copied to clipboard
The JdbcResult generated by the executed statement, or null
if none was retrieved.
Link copied to clipboard
Link copied to clipboard
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 java.sql.PreparedStatement.
Link copied to clipboard
Executes multiple SQL statements stored in a single java.sql.PreparedStatement.
Link copied to clipboard
Executes an SQL query stored in a java.sql.PreparedStatement.
Link copied to clipboard
Executes an SQL statement stored in a java.sql.PreparedStatement.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard