org.apache.cassandra.cql.common
Class BindOperand

java.lang.Object
  extended by org.apache.cassandra.cql.common.BindOperand
All Implemented Interfaces:
OperandDef

public class BindOperand
extends java.lang.Object
implements OperandDef

BindOperand: Represents a bind variable in the CQL statement. Lives in the shared execution plan.


Constructor Summary
BindOperand(int bindIndex)
           
 
Method Summary
 java.lang.String explain()
           
 java.lang.Object get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindOperand

public BindOperand(int bindIndex)
Method Detail

get

public java.lang.Object get()
Specified by:
get in interface OperandDef

explain

public java.lang.String explain()
Specified by:
explain in interface OperandDef


Copyright © 2009 The Apache Software Foundation