#include <null.h>
Public Member Functions | |
virtual | ~rpt_stmt_null () |
Static Public Member Functions | |
static pointer | create () |
Protected Member Functions | |
void | run (rpt_stmt_result_ty *) const |
Private Member Functions | |
rpt_stmt_null () | |
rpt_stmt_null (const rpt_stmt_null &) | |
rpt_stmt_null & | operator= (const rpt_stmt_null &) |
Definition at line 29 of file null.h.
virtual rpt_stmt_null::~rpt_stmt_null | ( | ) | [virtual] |
The destructor.
rpt_stmt_null::rpt_stmt_null | ( | ) | [private] |
The default constructor. It is private on purpose, use the "create" class method instead.
rpt_stmt_null::rpt_stmt_null | ( | const rpt_stmt_null & | ) | [private] |
The copy constructor. Do not use.
static pointer rpt_stmt_null::create | ( | ) | [static] |
The create class method is used to create new dynamically allocated isnatnces of this class.
void rpt_stmt_null::run | ( | rpt_stmt_result_ty * | ) | const [protected, virtual] |
The run method is used to execute the statament.
Implements rpt_stmt.
rpt_stmt_null& rpt_stmt_null::operator= | ( | const rpt_stmt_null & | ) | [private] |
The assignment operator. Do not use.