Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
data::cassandra::Handle Member List

This is the complete list of members for data::cassandra::Handle, including all inherited members.

asyncConnect() constdata::cassandra::Handle
asyncConnect(std::string_view keyspace) constdata::cassandra::Handle
asyncDisconnect() constdata::cassandra::Handle
asyncExecute(std::string_view query, Args &&... args) constdata::cassandra::Handleinline
asyncExecute(PreparedStatementType const &statement, Args &&... args) constdata::cassandra::Handleinline
asyncExecute(StatementType const &statement) constdata::cassandra::Handle
asyncExecute(StatementType const &statement, std::function< void(ResultOrErrorType)> &&cb) constdata::cassandra::Handle
asyncExecute(std::vector< StatementType > const &statements) constdata::cassandra::Handle
asyncExecute(std::vector< StatementType > const &statements, std::function< void(ResultOrErrorType)> &&cb) constdata::cassandra::Handle
asyncExecuteEach(std::vector< StatementType > const &statements) constdata::cassandra::Handle
asyncReconnect(std::string_view keyspace) constdata::cassandra::Handle
connect() constdata::cassandra::Handle
connect(std::string_view keyspace) constdata::cassandra::Handle
disconnect() constdata::cassandra::Handle
execute(std::string_view query, Args &&... args) constdata::cassandra::Handleinline
execute(PreparedStatementType const &statement, Args &&... args) constdata::cassandra::Handleinline
execute(StatementType const &statement) constdata::cassandra::Handle
execute(std::vector< StatementType > const &statements) constdata::cassandra::Handle
executeEach(std::vector< StatementType > const &statements) constdata::cassandra::Handle
FutureType typedef (defined in data::cassandra::Handle)data::cassandra::Handle
FutureWithCallbackType typedef (defined in data::cassandra::Handle)data::cassandra::Handle
Handle(Settings clusterSettings=Settings::defaultSettings())data::cassandra::Handleexplicit
Handle(std::string_view contactPoints)data::cassandra::Handleexplicit
Handle(Handle &&)=defaultdata::cassandra::Handle
MaybeErrorType typedef (defined in data::cassandra::Handle)data::cassandra::Handle
prepare(std::string_view query) constdata::cassandra::Handle
PreparedStatementType typedef (defined in data::cassandra::Handle)data::cassandra::Handle
reconnect(std::string_view keyspace) constdata::cassandra::Handle
ResultOrErrorType typedef (defined in data::cassandra::Handle)data::cassandra::Handle
ResultType typedef (defined in data::cassandra::Handle)data::cassandra::Handle
StatementType typedef (defined in data::cassandra::Handle)data::cassandra::Handle
~Handle()data::cassandra::Handle