public static final class RemoveCommand.KeyState extends Object
remove command. From
here the caller can specify a value with as(Object) or go
directly to record targeting with from(long, long...).| Modifier and Type | Method and Description |
|---|---|
RemoveCommand.ValueState |
as(Object value)
Specify the value to remove for this key.
|
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.ValueState as(Object value)
value - the value to removepublic 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