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

/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java449 * Reads a String out of a field in a Cursor and writes it to an InsertHelper.
453 * @param inserter The InsertHelper to bind into
454 * @param index the index of the bind entry in the InsertHelper
457 InsertHelper inserter, int index) {
661 public static class InsertHelper { class in class:DatabaseUtils
683 public InsertHelper(SQLiteDatabase db, String tableName) { method in class:DatabaseUtils.InsertHelper
920 Log.e(TAG, "Error executing InsertHelper with table " + mTableName, e);
929 * Prepare the InsertHelper for an insert. The pattern for this is:
945 * Prepare the InsertHelper for a replace. The pattern for this is:

Completed in 13 milliseconds