Uses of Interface
org.springframework.data.cassandra.core.cql.RowCallbackHandler
Packages that use RowCallbackHandler
-
Uses of RowCallbackHandler in org.springframework.data.cassandra.core.cql
Methods in org.springframework.data.cassandra.core.cql with parameters of type RowCallbackHandlerModifier and TypeMethodDescriptionAsyncCqlTemplate.newAsyncResultSetExtractor(RowCallbackHandler rowCallbackHandler) Constructs a new instance of theResultSetExtractoradapting the givenRowCallbackHandler.CqlTemplate.newResultSetExtractor(RowCallbackHandler rowCallbackHandler) Constructs a new instance of theResultSetExtractoradapting the givenRowCallbackHandler.AsyncCqlOperations.query(com.datastax.oss.driver.api.core.cql.Statement<?> statement, RowCallbackHandler rowCallbackHandler) Execute a query given static CQL, reading theResultSeton a per-row basis with aRowCallbackHandler.AsyncCqlOperations.query(String cql, @Nullable PreparedStatementBinder psb, RowCallbackHandler rowCallbackHandler) Query given CQL to create a prepared statement from CQL and aPreparedStatementBinderimplementation that knows how to bind values to the query, reading theResultSeton a per-row basis with aRowCallbackHandler.AsyncCqlOperations.query(String cql, RowCallbackHandler rowCallbackHandler) Execute a query given static CQL, reading theResultSeton a per-row basis with aRowCallbackHandler.AsyncCqlOperations.query(String cql, RowCallbackHandler rowCallbackHandler, Object... args) Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, reading theResultSeton a per-row basis with aRowCallbackHandler.AsyncCqlOperations.query(AsyncPreparedStatementCreator preparedStatementCreator, @Nullable PreparedStatementBinder psb, RowCallbackHandler rowCallbackHandler) Query using a prepared statement and aPreparedStatementBinderimplementation that knows how to bind values to the query, reading theResultSeton a per-row basis with aRowCallbackHandler.AsyncCqlOperations.query(AsyncPreparedStatementCreator preparedStatementCreator, RowCallbackHandler rowCallbackHandler) Query using a prepared statement, reading theResultSeton a per-row basis with aRowCallbackHandler.AsyncCqlTemplate.query(com.datastax.oss.driver.api.core.cql.Statement<?> statement, RowCallbackHandler rowCallbackHandler) AsyncCqlTemplate.query(String cql, @Nullable PreparedStatementBinder psb, RowCallbackHandler rowCallbackHandler) AsyncCqlTemplate.query(String cql, RowCallbackHandler rowCallbackHandler) AsyncCqlTemplate.query(String cql, RowCallbackHandler rowCallbackHandler, Object... args) AsyncCqlTemplate.query(AsyncPreparedStatementCreator preparedStatementCreator, @Nullable PreparedStatementBinder psb, RowCallbackHandler rowCallbackHandler) AsyncCqlTemplate.query(AsyncPreparedStatementCreator preparedStatementCreator, RowCallbackHandler rowCallbackHandler) voidCqlOperations.query(com.datastax.oss.driver.api.core.cql.Statement<?> statement, RowCallbackHandler rowCallbackHandler) Execute a query given static CQL, reading theResultSeton a per-row basis with aRowCallbackHandler.voidCqlOperations.query(String cql, @Nullable PreparedStatementBinder psb, RowCallbackHandler rowCallbackHandler) Query given CQL to create a prepared statement from CQL and aPreparedStatementBinderimplementation that knows how to bind values to the query, reading theResultSeton a per-row basis with aRowCallbackHandler.voidCqlOperations.query(String cql, RowCallbackHandler rowCallbackHandler) Execute a query given static CQL, reading theResultSeton a per-row basis with aRowCallbackHandler.voidCqlOperations.query(String cql, RowCallbackHandler rowCallbackHandler, Object... args) Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, reading theResultSeton a per-row basis with aRowCallbackHandler.voidCqlOperations.query(PreparedStatementCreator preparedStatementCreator, @Nullable PreparedStatementBinder psb, RowCallbackHandler rowCallbackHandler) Query using a prepared statement and aPreparedStatementBinderimplementation that knows how to bind values to the query, reading theResultSeton a per-row basis with aRowCallbackHandler.voidCqlOperations.query(PreparedStatementCreator preparedStatementCreator, RowCallbackHandler rowCallbackHandler) Query using a prepared statement, reading theResultSeton a per-row basis with aRowCallbackHandler.voidCqlTemplate.query(com.datastax.oss.driver.api.core.cql.Statement<?> statement, RowCallbackHandler rowCallbackHandler) voidCqlTemplate.query(String cql, @Nullable PreparedStatementBinder psb, RowCallbackHandler rowCallbackHandler) voidCqlTemplate.query(String cql, RowCallbackHandler rowCallbackHandler) voidCqlTemplate.query(String cql, RowCallbackHandler rowCallbackHandler, Object... args) voidCqlTemplate.query(PreparedStatementCreator preparedStatementCreator, @Nullable PreparedStatementBinder psb, RowCallbackHandler rowCallbackHandler) voidCqlTemplate.query(PreparedStatementCreator preparedStatementCreator, RowCallbackHandler rowCallbackHandler) Constructors in org.springframework.data.cassandra.core.cql with parameters of type RowCallbackHandlerModifierConstructorDescriptionprotectedAsyncRowCallbackHandlerResultSetExtractor(RowCallbackHandler rowCallbackHandler) protectedRowCallbackHandlerResultSetExtractor(RowCallbackHandler rowCallbackHandler)