All Classes |Grouped Classes |Index

Class CL_SqliteConnection

Sqlite database connection. More...

Derived from:

public CL_DBConnection

Derived by:

None

Group:

System (Sqlite)

#include <ClanLib/sqlite.h>

Class Members:

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.


Construction:

CL_SqliteConnection

Constructs a SqliteConnection.