JdbcPreparedStatementApi
Base class representing a precompiled SQL java.sql.PreparedStatement from the JDBC SPI.
Inheritors
Properties
Link copied to clipboard
The ResultSet object generated by the executed statement, or null
if none was retrieved.
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