Searched defs:InsertHelper (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java464 * Reads a String out of a field in a Cursor and writes it to an InsertHelper.
468 * @param inserter The InsertHelper to bind into
469 * @param index the index of the bind entry in the InsertHelper
472 InsertHelper inserter, int index) {
774 public static class InsertHelper { class in class:DatabaseUtils
796 public InsertHelper(SQLiteDatabase db, String tableName) { method in class:DatabaseUtils.InsertHelper
1033 Log.e(TAG, "Error executing InsertHelper with table " + mTableName, e);
1042 * Prepare the InsertHelper for an insert. The pattern for this is:
1058 * Prepare the InsertHelper for a replace. The pattern for this is:

Completed in 78 milliseconds