Package apple.coredata.enums
Class NSBatchDeleteRequestResultType
- java.lang.Object
-
- apple.coredata.enums.NSBatchDeleteRequestResultType
-
public final class NSBatchDeleteRequestResultType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longCountReturn the number of rows that were deletedstatic longObjectIDsReturn the object IDs of the rows that were deletedstatic 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 deleted- See Also:
- Constant Field Values
-
Count
public static final long Count
Return the number of rows that were deleted- See Also:
- Constant Field Values
-
-