public class PairStatementTuple extends Object
Simple class to pair a tuple with a statement.
| Constructor and Description | 
|---|
| PairStatementTuple(Tuple tuple,
                  com.datastax.driver.core.Statement statement)Creates a new  PairStatementTupleinstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| com.datastax.driver.core.Statement | getStatement() | 
| Tuple | getTuple() | 
public PairStatementTuple(Tuple tuple, com.datastax.driver.core.Statement statement)
Creates a new PairStatementTuple instance.
public Tuple getTuple()
public com.datastax.driver.core.Statement getStatement()
Copyright © 2022 The Apache Software Foundation. All rights reserved.