Escapes data for inclusion into an sql string literal
Just executes a query. It supports placeholders for parameters by using ? in the sql string. NOTE: it only accepts string, int, long, and null types. Others will fail runtime asserts.
Actually implements the query for the database. The query() method below might be easier to use.
query to start a transaction, only here because sqlite is apparently different in syntax...