Wt
3.2.1
|
A database call. More...
#include <Wt/Dbo/Call>
Public Member Functions | |
~Call () | |
Destructor. | |
Call (const Call &other) | |
Copy constructor. | |
template<typename T > | |
Call & | bind (const T &value) |
Binds a value to the next positional marker. |
A database call.
A call can be used to execute a database command (e.g. an update, or a stored procedure call).
Wt::Dbo::Call::~Call | ( | ) |
Destructor.
This executes the call if it wasn't run() yet, and the call has not been copied.
Wt::Dbo::Call::Call | ( | const Call & | other | ) |
Copy constructor.
This transfer the call "token" to the copy.
Call & Wt::Dbo::Call::bind | ( | const T & | value | ) |
Binds a value to the next positional marker.
This binds the value
to the next positional marker.