Home | History | Annotate | Download | only in database

Lines Matching defs:InsertHelper

589      * Reads a String out of a field in a Cursor and writes it to an InsertHelper.
593 * @param inserter The InsertHelper to bind into
594 * @param index the index of the bind entry in the InsertHelper
597 InsertHelper inserter, int index) {
984 public static class InsertHelper {
1013 public InsertHelper(SQLiteDatabase db, String tableName) {
1096 // access InsertHelper from multiple threads even though they never should have.
1097 // The original code used to lock the InsertHelper itself which was prone
1261 Log.e(TAG, "Error executing InsertHelper with table " + mTableName, e);
1270 * Prepare the InsertHelper for an insert. The pattern for this is:
1286 * Prepare the InsertHelper for a replace. The pattern for this is: