executeSQL
Execute SQL with the given arguments. This is a convenience method for executing SQL statements.
Parameters
sql
The SQL statement to execute.
args
The arguments for the SQL statement.
Throws
if the SQL execution fails.
Execute SQL with the given arguments. This is a convenience method for executing SQL statements.
The SQL statement to execute.
The arguments for the SQL statement.
if the SQL execution fails.