Package apple.coredata.enums
Class NSBatchInsertRequestResultType
- java.lang.Object
-
- apple.coredata.enums.NSBatchInsertRequestResultType
-
public final class NSBatchInsertRequestResultType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longCountReturn the number of rows that were inserted/updatedstatic longObjectIDsReturn the object IDs of the rows that were inserted/updatedstatic longStatusOnlyReturn a status boolean
-
-
-
Field Detail
-
StatusOnly
public static final long StatusOnly
Return a status boolean- See Also:
- Constant Field Values
-
ObjectIDs
public static final long ObjectIDs
Return the object IDs of the rows that were inserted/updated- See Also:
- Constant Field Values
-
Count
public static final long Count
Return the number of rows that were inserted/updated- See Also:
- Constant Field Values
-
-