All Classes |Grouped Classes |Index

Class CL_DBCommand

Database command. More...

Derived from:

None

Derived by:

None

Group:

System (Database)

#include <ClanLib/database.h>

Class Members:

Construction:

Type

CL_DBCommand

Constructs a database command.


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.

get_provider

Returns the provider interface for this command.


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.

set_input_parameter

Sets the specified input parameter index from a value.