Home | History | Annotate | Download | only in sqlite

Lines Matching defs:execSQL

965         execSQL("PRAGMA user_version = " + version);
1014 execSQL("PRAGMA page_size = " + numBytes);
1071 * The parameters are identical to {@link #execSQL(String)}. You may put ?s in the
1697 public void execSQL(String sql) throws SQLException {
1744 public void execSQL(String sql, Object[] bindArgs) throws SQLException {