public static final class RemoveCommand.ValueState extends Object
remove
command. The caller must specify target records via from(long)
or from(long, long...).| Modifier and Type | Method and Description |
|---|---|
RemoveCommand.RecordState |
from(long record)
Remove from the specified
record. |
RemoveCommand.RecordState |
from(long first,
long... more)
Remove from the specified
records. |
RemoveCommand.RecordState |
in(long record)
Alias for
from(long) to support alternate CCL dialects. |
RemoveCommand.RecordState |
in(long first,
long... more)
Alias for
from(long, long...) to support alternate CCL
dialects. |
RemoveCommand.RecordState |
within(long record)
Alias for
from(long) to support alternate CCL dialects. |
RemoveCommand.RecordState |
within(long first,
long... more)
Alias for
from(long, long...) to support alternate CCL
dialects. |
public RemoveCommand.RecordState from(long record)
record.record - the target recordpublic RemoveCommand.RecordState from(long first, long... more)
records.first - the first recordmore - additional recordspublic RemoveCommand.RecordState in(long record)
from(long) to support alternate CCL dialects.record - the target recordpublic RemoveCommand.RecordState in(long first, long... more)
from(long, long...) to support alternate CCL
dialects.first - the first recordmore - additional recordspublic RemoveCommand.RecordState within(long record)
from(long) to support alternate CCL dialects.record - the target recordpublic RemoveCommand.RecordState within(long first, long... more)
from(long, long...) to support alternate CCL
dialects.first - the first recordmore - additional records