Clio develop
The XRP Ledger API server.
|
Represents a prepared statement on the DB side. More...
#include <Statement.hpp>
Public Member Functions | |
PreparedStatement (CassPrepared const *ptr) | |
template<typename... Args> | |
Statement | bind (Args &&... args) const |
Bind the given arguments and produce a ready to execute Statement. | |
![]() | |
template<typename DeleterCallable > | |
ManagedObject (Managed *rawPtr, DeleterCallable deleter) | |
operator Managed * () const | |
Additional Inherited Members | |
![]() | |
std::unique_ptr< Managed, void(*)(Managed *)> | ptr_ |
Represents a prepared statement on the DB side.
This is used to produce Statement objects that can be executed.
|
inline |