Lines Matching refs:Insert
136 * @brief Insert contact data into the raw_contact table
184 contactsSearch.Insert(store_, contactId, outRawContactId, rawContactValues, searchContactId);
219 * @brief Insert data into table contact_data
221 * @param table Insert tableName
259 int ret = store_->Insert(outDataRowId, table, contactDataValues);
296 typeId = contactsType.Insert(store_, typeText, RDB_OBJECT_EMPTY);
314 * @brief Insert data into table groups
316 * @param table Insert tableName
332 int ret = store_->Insert(outGroupRowId, table, initialValues);
341 * @brief Insert data into the contact_blocklist table
343 * @param table Insert tableName
351 int ret = store_->Insert(outRowId, table, initialValues);
820 int ret = store_->Insert(outRowId, ContactTableName::DELETE_RAW_CONTACT, deleteRawContact);
1291 int mergeInfoRet = store->Insert(mergeInfoRowId, ContactTableName::MERGE_INFO, mergeInfoValues);