exec


Description:

public void exec (string q)

Executes a raw SQL query.

This method executes a SQL statement that doesn't return results (e.g., CREATE TABLE, INSERT, UPDATE, DELETE).

Parameters:

q

The SQL query string to execute