Wt 3.1.10
Public Member Functions
Wt::Dbo::Call Class Reference

A database call. More...

#include <Wt/Dbo/Call>

List of all members.

Public Member Functions

 ~Call ()
 Destructor.
 Call (const Call &other)
 Copy constructor.
template<typename T >
Callbind (const T &value)
 Binds a value to the next positional marker.

Detailed Description

A database call.

A call can be used to execute a database command (e.g. an update, or a stored procedure call).

See also:
Query

Constructor & Destructor Documentation

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.


Member Function Documentation

template<typename T >
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.

 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator

Generated on Sat Dec 24 2011 for the C++ Web Toolkit (Wt) by doxygen 1.7.4