OpenDBX/C++ API/1.0/Stmt

From Linuxnetworks
< OpenDBX‎ | C++ API‎ | 1.0
Revision as of 10:31, 4 March 2009 by Nose (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.