public static class Tuples.Raw extends AbstractMarker.Raw implements Term.MultiColumnRaw
For example, "SELECT ... WHERE (col1, col2) > ?".
AssignmentTestable.TestResult
bindIndex
Constructor and Description |
---|
Raw(int bindIndex) |
Modifier and Type | Method and Description |
---|---|
AbstractMarker |
prepare(java.lang.String keyspace,
ColumnSpecification receiver)
This method validates this RawTerm is valid for provided column
specification and "prepare" this RawTerm, returning the resulting
prepared Term.
|
AbstractMarker |
prepare(java.lang.String keyspace,
java.util.List<? extends ColumnSpecification> receivers) |
testAssignment, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
testAssignment
public AbstractMarker prepare(java.lang.String keyspace, java.util.List<? extends ColumnSpecification> receivers) throws InvalidRequestException
prepare
in interface Term.MultiColumnRaw
InvalidRequestException
public AbstractMarker prepare(java.lang.String keyspace, ColumnSpecification receiver)
Term.Raw
prepare
in interface Term.Raw
prepare
in class AbstractMarker.Raw
receiver
- the "column" this RawTerm is supposed to be a value of. Note
that the ColumnSpecification may not correspond to a real column in the
case this RawTerm describe a list index or a map key, etc...Copyright © 2015 The Apache Software Foundation