Package apple.coredata.enums
Class NSBatchUpdateRequestResultType
- java.lang.Object
-
- apple.coredata.enums.NSBatchUpdateRequestResultType
-
public final class NSBatchUpdateRequestResultType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longStatusOnlyResultTypeReturn a status booleanstatic longUpdatedObjectIDsResultTypeReturn the object IDs of the rows that were updatedstatic longUpdatedObjectsCountResultTypeReturn the number of rows that were updated
-
-
-
Field Detail
-
StatusOnlyResultType
public static final long StatusOnlyResultType
Return a status boolean- See Also:
- Constant Field Values
-
UpdatedObjectIDsResultType
public static final long UpdatedObjectIDsResultType
Return the object IDs of the rows that were updated- See Also:
- Constant Field Values
-
UpdatedObjectsCountResultType
public static final long UpdatedObjectsCountResultType
Return the number of rows that were updated- See Also:
- Constant Field Values
-
-