com.netflix.astyanax.cql
Interface CqlStatement

All Superinterfaces:
com.netflix.astyanax.Execution<CqlStatementResult>

public interface CqlStatement
extends com.netflix.astyanax.Execution<CqlStatementResult>


Method Summary
 CqlPreparedStatement asPreparedStatement()
           
 CqlStatement withConsistencyLevel(ConsistencyLevel cl)
           
 CqlStatement withCql(java.lang.String cql)
           
 
Methods inherited from interface com.netflix.astyanax.Execution
execute, executeAsync
 

Method Detail

withConsistencyLevel

CqlStatement withConsistencyLevel(ConsistencyLevel cl)

withCql

CqlStatement withCql(java.lang.String cql)

asPreparedStatement

CqlPreparedStatement asPreparedStatement()