public class SQLiteModification extends Object
| Modifier and Type | Field and Description |
|---|---|
SQLiteModificationType |
operationType |
long |
value |
| Constructor and Description |
|---|
SQLiteModification(SQLiteModificationType operationType,
long value) |
| Modifier and Type | Method and Description |
|---|---|
static SQLiteModification |
createDelete(long result) |
static SQLiteModification |
createInsert(long result) |
static SQLiteModification |
createUpdate(long result) |
public final SQLiteModificationType operationType
public final long value
public SQLiteModification(SQLiteModificationType operationType, long value)
public static SQLiteModification createInsert(long result)
public static SQLiteModification createUpdate(long result)
public static SQLiteModification createDelete(long result)
Copyright © 2018. All rights reserved.