public static final class SetCommand.ValueState extends Object
set command.
This is not a terminal state because set requires a
target record.| Modifier and Type | Method and Description |
|---|---|
SetCommand.RecordState |
in(long record)
Set in the specified
record. |
SetCommand.RecordState |
in(long first,
long... more)
Set in the specified
records. |
SetCommand.RecordState |
within(long record)
Alias for
in(long) to support alternate CCL dialects. |
SetCommand.RecordState |
within(long first,
long... more)
Alias for
in(long, long...) to support alternate CCL
dialects. |
public SetCommand.RecordState in(long record)
record.record - the target recordpublic SetCommand.RecordState in(long first, long... more)
records.first - the first recordmore - additional recordspublic SetCommand.RecordState within(long record)
in(long) to support alternate CCL dialects.record - the target recordpublic SetCommand.RecordState within(long first, long... more)
in(long, long...) to support alternate CCL
dialects.first - the first recordmore - additional records