Clears the current parameter values immediately.
Executes the SQL query in this PreparedStatement object and returns the ResultSet object generated by the query.
Executes the SQL statement in this PreparedStatement object, which must be an SQL INSERT, UPDATE or DELETE statement; or an SQL statement that returns nothing, such as a DDL statement.
Executes the SQL statement in this PreparedStatement object, which must be an SQL INSERT, UPDATE or DELETE statement; or an SQL statement that returns nothing, such as a DDL statement.
Retrieves a ResultSetMetaData object that contains information about the columns of the ResultSet object that will be returned when this PreparedStatement object is executed.
Retrieves the number, types and properties of this PreparedStatement object's parameters.
An object that represents a precompiled SQL statement.