- sql
- an SQL statement to execute - an SQL INSERT, UPDATE, DELETE or a statement which returns nothing
- columnNames
- an array of column names in the inserted row which should be made available for retrieval via the getGeneratedKeys method.
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 retrieval of auto generated keys specified by the supplied array of column names.