Class BatchedUpdates

    • Constructor Detail

      • BatchedUpdates

        public BatchedUpdates​(List<Command> updateCommands)
    • Method Detail

      • getUpdateCommands

        public List<Command> getUpdateCommands()
        Returns:
        a list of IInsert, IUpdate and IDelete commands in this batched update.
      • isSingleResult

        public boolean isSingleResult()
        Whether the batch represents a logical unit of work It is not required that this be treated as atomic, but the translator can use this as hint
        Returns:
      • setSingleResult

        public void setSingleResult​(boolean atomic)
      • toString

        public String toString​(boolean allCommands)