#include <api_delta.h>
Public Types | |
typedef vdbl::context | context |
typedef std::string | return_type |
Public Member Functions | |
delta_get_action (vdbl::colid _c) | |
delta_get_action (const delta_get_action &_i) | |
virtual | ~delta_get_action () |
const std::string & | operator() () const |
const std::string & | def () const |
void | setcontext (const context *c, const vdbl::row *r) |
Definition at line 54 of file api_delta.h.
typedef vdbl::context coco::delta_get_action::context |
The evaluation context class
Definition at line 66 of file api_delta.h.
typedef std::string coco::delta_get_action::return_type |
The return type of this stored procedure
Definition at line 68 of file api_delta.h.
coco::delta_get_action::delta_get_action | ( | vdbl::colid | _c | ) | [inline] |
Constructor, which sets the column id from _c
Definition at line 71 of file api_delta.h.
coco::delta_get_action::delta_get_action | ( | const delta_get_action & | _i | ) | [inline] |
Standard Copy Constructor
Definition at line 73 of file api_delta.h.
virtual coco::delta_get_action::~delta_get_action | ( | ) | [inline, virtual] |
Standard Destructor
Definition at line 76 of file api_delta.h.
const std::string& coco::delta_get_action::def | ( | ) | const [inline] |
Default value of the procedure
Definition at line 81 of file api_delta.h.
const std::string & coco::delta_get_action::operator() | ( | ) | const [inline] |
Result of the procedure
Definition at line 98 of file api_delta.h.
void coco::delta_get_action::setcontext | ( | const context * | c, | |
const vdbl::row * | r | |||
) | [inline] |
Set the evaluation context for row r
and context c
(ignored!)
Definition at line 83 of file api_delta.h.