SQLite Statement
create a statement by compiling the string representation of a statement against a database
Parameters
database
database to compile against
statement
string containing the statement to compile
constructor(delegate: SQLiteStatement)
create a statement from an existing one.
Parameters
delegate
underlying SQLiteStatement to do actual work