Merge "Fix documentation bug in SQLiteDatabase"
am: 21d061ec2e
* commit '21d061ec2e1a097b8759c55e2368ffa6024b6f92':
Fix documentation bug in SQLiteDatabase
Change-Id: I986c5024e1c4843ec891ffb76f467e42aacb89f6
This commit is contained in:
@@ -1429,10 +1429,9 @@ public final class SQLiteDatabase extends SQLiteClosable {
|
||||
* row. The keys should be the column names and the values the
|
||||
* column values
|
||||
* @param conflictAlgorithm for insert conflict resolver
|
||||
* @return the row ID of the newly inserted row
|
||||
* OR the primary key of the existing row if the input param 'conflictAlgorithm' =
|
||||
* {@link #CONFLICT_IGNORE}
|
||||
* OR -1 if any error
|
||||
* @return the row ID of the newly inserted row OR <code>-1</code> if either the
|
||||
* input parameter <code>conflictAlgorithm</code> = {@link #CONFLICT_IGNORE}
|
||||
* or an error occurred.
|
||||
*/
|
||||
public long insertWithOnConflict(String table, String nullColumnHack,
|
||||
ContentValues initialValues, int conflictAlgorithm) {
|
||||
|
||||
Reference in New Issue
Block a user