OpenDBX/C++ API/1.0/Stmt
From Linuxnetworks
Public Types
enum Type
Statement objects which can be created.
Public Member Functions
Stmt( const Stmt &ref ) throw ()
Copy constructor.
~Stmt() throw ()
Destroys the statement instance if no other references exist.
Result execute() throw ( std::exception )
Executes a statement and returns a Result instance.
Stmt & operator=( const Stmt &ref ) throw ()
Assigns a statement instance to another one.