Home | History | Annotate | Download | only in JDBC2z

Lines Matching full:exec

41      * Timeout for Database.exec()
122 dbx.exec("PRAGMA short_column_names = off;", null);
123 dbx.exec("PRAGMA full_column_names = on;", null);
124 dbx.exec("PRAGMA empty_result_callbacks = on;", null);
126 dbx.exec("PRAGMA show_datatypes = on;", null);
249 db.exec("COMMIT", null);
314 db.exec("ROLLBACK", null);
324 db.exec("ROLLBACK", null);
375 db.exec("PRAGMA read_uncommitted = " + flag + ";", null);
538 public void exec(String sql, SQLite.Callback cb)
540 super.exec(sql, cb);
546 public void exec(String sql, SQLite.Callback cb, String args[])
548 super.exec(sql, cb, args);