Lines Matching refs:insert
260 db.execSQL("INSERT INTO bookmarks (title, url, visits, " +
429 db.execSQL("INSERT INTO bookmarks (title, url, visits, " +
944 public Uri insert(Uri url, ContentValues initialValues) {
952 // Insert into the bookmarks table
953 long rowID = db.insert(TABLE_NAMES[URI_MATCH_BOOKMARKS], "url",
964 // Insert into the searches table
965 long rowID = db.insert(TABLE_NAMES[URI_MATCH_SEARCHES], "url",