public static class AbstractMarker.Raw extends java.lang.Object implements Term.Raw
Modifier and Type | Field and Description |
---|---|
protected int |
bindIndex |
Constructor and Description |
---|
Raw(int bindIndex) |
Modifier and Type | Method and Description |
---|---|
boolean |
isAssignableTo(java.lang.String keyspace,
ColumnSpecification receiver) |
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.
|
java.lang.String |
toString() |
public AbstractMarker prepare(java.lang.String keyspace, ColumnSpecification receiver) throws InvalidRequestException
Term.Raw
prepare
in interface 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 boolean isAssignableTo(java.lang.String keyspace, ColumnSpecification receiver)
isAssignableTo
in interface AssignementTestable
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2016 The Apache Software Foundation