Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.functions |
Modifier and Type | Class and Description |
---|---|
static class |
Constants.Value
A constant value, i.e.
|
static class |
Lists.Value |
static class |
Maps.Value |
static class |
Sets.Value |
static class |
Term.MultiItemTerminal |
static class |
Tuples.InValue
A terminal value for a list of IN values that are tuples.
|
static class |
Tuples.Value
A tuple of terminal values (e.g (123, 'abc')).
|
Modifier and Type | Method and Description |
---|---|
Term.Terminal |
Term.bind(java.util.List<java.nio.ByteBuffer> values)
Bind the values in this term to the values contained in
values . |
Term.Terminal |
Term.Terminal.bind(java.util.List<java.nio.ByteBuffer> values) |
Modifier and Type | Method and Description |
---|---|
Term.Terminal |
FunctionCall.bind(java.util.List<java.nio.ByteBuffer> values) |
Copyright © 2014 The Apache Software Foundation