command


Description:

public int command (string stmt) throws Error

Executes an SQLite command.

Parameters:

this

a DB

stmt

an SQL (SQLite) statement to execute

Returns:

0 on success, -1 on error