public class BatchedUpdates extends BaseLanguageObject implements Command
Constructor and Description |
---|
BatchedUpdates(List<Command> updateCommands) |
Modifier and Type | Method and Description |
---|---|
void |
acceptVisitor(LanguageObjectVisitor visitor) |
List<Command> |
getUpdateCommands() |
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
|
void |
setSingleResult(boolean atomic) |
String |
toString() |
String |
toString(boolean allCommands) |
public List<Command> getUpdateCommands()
public void acceptVisitor(LanguageObjectVisitor visitor)
acceptVisitor
in interface LanguageObject
public boolean isSingleResult()
public void setSingleResult(boolean atomic)
public String toString()
toString
in class BaseLanguageObject
public String toString(boolean allCommands)
Copyright © 2019. All rights reserved.