- sql
- an SQL statement to execute - an SQL INSERT, UPDATE, DELETE or a statement which returns nothing
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. The statement may be an INSERT, UPDATE or DELETE statement or a statement which returns nothing.