public static final class InsertCommand.RecordState extends Object
insert command that targets specific
records.| Modifier and Type | Method and Description |
|---|---|
String |
ccl()
Return a CCL string equivalent to this
Command. |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
json()
Return the JSON data for this command.
|
List<Long> |
records()
Return the target records for this command.
|
String |
toString() |
public String json()
public List<Long> records()
public String ccl()
CommandCommand.