Documentation for this section has not yet been entered.
Type Reason Java.Sql.SQLException if a database error happens.
Executes the SQL statement in this PreparedStatement.
A PreparedStatement may return multiple results. The execute method executes the PreparedStatement and returns a flag indicating the kind of result produced by the action. The methods getResultSet or getUpdateCount are used to retrieve the first result, and the second and subsequent results are retrieved with getMoreResults.