public abstract static class AbstractMarker.MultiColumnRaw extends Term.MultiColumnRaw
AssignmentTestable.TestResult
Modifier and Type | Field and Description |
---|---|
protected int |
bindIndex |
Constructor and Description |
---|
MultiColumnRaw(int bindIndex) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText() |
Term.NonTerminal |
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.
|
AssignmentTestable.TestResult |
testAssignment(java.lang.String keyspace,
ColumnSpecification receiver) |
prepare
equals, getExactTypeIfKnown, hashCode, toString
public Term.NonTerminal prepare(java.lang.String keyspace, ColumnSpecification receiver) throws InvalidRequestException
Term.Raw
prepare
in class Term.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...InvalidRequestException
public AssignmentTestable.TestResult testAssignment(java.lang.String keyspace, ColumnSpecification receiver)
Copyright © 2009-2022 The Apache Software Foundation