All Classes |Grouped Classes |Index

Class CL_DBCommandProvider

Database command provider. More...

Derived from:

None

Derived by:

None

Group:

System (Database)

#include <ClanLib/database.h>

Class Members:


Attributes:

get_input_parameter_column

Returns the index for a given input parameter name.

get_output_last_insert_rowid

Returns the output parameter containing the row id of the last inserted row.


Operations:

set_input_parameter_string

Sets the specified input parameter index from a string value.

set_input_parameter_bool

Sets the specified input parameter index from a boolean value.

set_input_parameter_int

Sets the specified input parameter index from an integer value.

set_input_parameter_double

Sets the specified input parameter index from a double value.

set_input_parameter_datetime

Sets the specified input parameter index from a CL_DateTime value.

set_input_parameter_binary

Sets the specified input parameter index from a CL_DataBuffer value.