PreparedStatementApi
interface PreparedStatementApi
Represents a precompiled SQL statement.
Functions
Link copied to clipboard
Sets the value for each column or expression in args into the appropriate statement parameter and returns the number of parameters filled.
Link copied to clipboard
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.
Link copied to clipboard
Sets the statement parameter at the index position to SQL NULL, if allowed wih the specified columnType.