Home |All Classes |Grouped Classes |Index |Search

Class CL_DBCommand

Database command. More...

Derived from:

None

Derived by:

None

Group:

System (Database)

#include <ClanLib/database.h>

Class Members:

Construction:

CL_DBCommand

Constructs a database command.


Attributes:

get_param_column

Returns the index for a given parameter name.


Operations:

set_command

Set command statement.

set_param_double

Assign parameter a double value.

set_param_int

Assign parameter an integer value.

set_param_blob

Assign parameter a BLOB value.

set_param_text

Assign parameter a text value.