All Classes |Grouped Classes |Index

Class CL_DBConnection

Database connection. More...

Derived from:

None

Derived by:

CL_SqliteConnection

Group:

System (Database)

#include <ClanLib/database.h>

Class Members:

Construction:

CL_DBConnection

Constructs a database connection.


Operations:

create_command

Create database command.

begin_transaction

Begin a transaction.

execute_reader

Begin execution of database command.

execute_scalar_string

Execute database command and returns the first column of the first row.

execute_scalar_int

Execute database command and returns the first column of the first row.

execute_non_query

Execute database command.