PreparedStatementApi
Represents a precompiled SQL statement.
Functions
Closes the statement, if still open, and releases any of its database and/or driver resources.
Executes batched SQL statements stored as a PreparedStatement.
Executes multiple SQL statements stored in a single PreparedStatement.
Executes an SQL query stored in a PreparedStatement.
Executes an SQL statement stored in a PreparedStatement.
Sets the value for each column or expression in args into the appropriate statement parameter and returns the number of parameters filled.
Sets the statement parameter at the index position to the provided inputStream, either directly as a BLOB if setAsBlobObject
is true
or as determined by the driver.
Sets the statement parameter at the index position to SQL NULL, if allowed wih the specified columnType.