- sql
- an SQL statement to execute - an SQL INSERT, UPDATE, DELETE or a statement which does not return anything.
- autoGeneratedKeys
- a flag that indicates whether to allow retrieval of auto generated keys. Parameter must be one of Statement.RETURN_GENERATED_KEYS or Statement.NO_GENERATED_KEYS
Documentation for this section has not yet been entered.
Type Reason Java.Sql.SQLException if an error occurs accessing the database or if the statement produces a ResultSet.
Executes the supplied SQL statement. This method allows control of whether auto-generated Keys should be made available for retrieval.