public static class ColumnIdentifier.ColumnIdentifierValue extends java.lang.Object implements ColumnIdentifier.Raw
Constructor and Description |
---|
ColumnIdentifierValue(ColumnIdentifier identifier) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
ColumnIdentifier |
prepare(CFMetaData cfm) |
boolean |
processesSelection()
Returns true if any processing is performed on the selected column.
|
java.lang.String |
toCQLString()
Returns a string representation of the identifier that is safe to use directly in CQL queries.
|
java.lang.String |
toString() |
public ColumnIdentifierValue(ColumnIdentifier identifier)
public ColumnIdentifier prepare(CFMetaData cfm)
prepare
in interface ColumnIdentifier.Raw
prepare
in interface Selectable.Raw
public boolean processesSelection()
Selectable.Raw
processesSelection
in interface Selectable.Raw
public final int hashCode()
hashCode
in class java.lang.Object
public final boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toCQLString()
ColumnIdentifier.Raw
toCQLString
in interface ColumnIdentifier.Raw
Copyright © 2017 The Apache Software Foundation