Class NSBatchInsertRequestResultType


  • public final class NSBatchInsertRequestResultType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Count
      Return the number of rows that were inserted/updated
      static long ObjectIDs
      Return the object IDs of the rows that were inserted/updated
      static long StatusOnly
      Return a status boolean
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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