com.netflix.astyanax.query
Interface IndexColumnExpression<K,C>


public interface IndexColumnExpression<K,C>


Method Summary
 IndexOperationExpression<K,C> whereColumn(C columnName)
          Set the column part of the expression
 

Method Detail

whereColumn

IndexOperationExpression<K,C> whereColumn(C columnName)
Set the column part of the expression

Parameters:
columnName -
Returns: