Searched defs:bindArgs (Results 1 – 3 of 3) sorted by relevance
453 @Nullable Object[] bindArgs) throws SQLException { in executeInsert()464 @Nullable Object[] bindArgs) throws SQLException { in executeUpdateDelete()474 private static void bindArgs(@NonNull SQLiteStatement st, @Nullable Object[] bindArgs) { in bindArgs() method in DatabaseUtils
423 public void execSQL(final String sql, final String[] bindArgs) { in execSQL()
2494 Object[] bindArgs = new Object[3]; in upgradeToVersion200() local