CqlPreparedResult |
CqlPreparedResult.deepCopy() |
CqlPreparedResult |
Cassandra.AsyncClient.prepare_cql_query_call.getResult() |
CqlPreparedResult |
Cassandra.AsyncClient.prepare_cql3_query_call.getResult() |
CqlPreparedResult |
Cassandra.prepare_cql_query_result.getSuccess() |
CqlPreparedResult |
Cassandra.prepare_cql3_query_result.getSuccess() |
CqlPreparedResult |
Cassandra.Iface.prepare_cql_query(java.nio.ByteBuffer query,
Compression compression)
Prepare a CQL (Cassandra Query Language) statement by compiling and returning
- the type of CQL statement
- an id token of the compiled CQL stored on the server side.
|
CqlPreparedResult |
Cassandra.Client.prepare_cql_query(java.nio.ByteBuffer query,
Compression compression) |
CqlPreparedResult |
Cassandra.Iface.prepare_cql3_query(java.nio.ByteBuffer query,
Compression compression) |
CqlPreparedResult |
Cassandra.Client.prepare_cql3_query(java.nio.ByteBuffer query,
Compression compression) |
CqlPreparedResult |
Cassandra.Client.recv_prepare_cql_query() |
CqlPreparedResult |
Cassandra.Client.recv_prepare_cql3_query() |
CqlPreparedResult |
CqlPreparedResult.setCount(int count) |
CqlPreparedResult |
CqlPreparedResult.setItemId(int itemId) |
CqlPreparedResult |
CqlPreparedResult.setVariable_names(java.util.List<java.lang.String> variable_names) |
CqlPreparedResult |
CqlPreparedResult.setVariable_types(java.util.List<java.lang.String> variable_types) |