ClanLib
2.3.7
|
This is the complete list of members for CL_SqliteConnection, including all inherited members.
begin_transaction(CL_DBTransaction::Type type=CL_DBTransaction::deferred) | CL_DBConnection | |
CL_DBConnection() | CL_DBConnection | |
CL_DBConnection(CL_DBConnectionProvider *provider) | CL_DBConnection | |
CL_SqliteConnection(const CL_String &db_filename) | CL_SqliteConnection | |
create_command(const CL_StringRef &text, CL_DBCommand::Type type=CL_DBCommand::sql_statement) | CL_DBConnection | |
create_command(const CL_StringRef &format, Arg1 arg1, CL_DBCommand::Type type=CL_DBCommand::sql_statement) | CL_DBConnection | inline |
create_command(const CL_StringRef &format, Arg1 arg1, Arg2 arg2, CL_DBCommand::Type type=CL_DBCommand::sql_statement) | CL_DBConnection | inline |
create_command(const CL_StringRef &format, Arg1 arg1, Arg2 arg2, Arg3 arg3, CL_DBCommand::Type type=CL_DBCommand::sql_statement) | CL_DBConnection | inline |
create_command(const CL_StringRef &format, Arg1 arg1, Arg2 arg2, Arg3 arg3, Arg4 arg4, CL_DBCommand::Type type=CL_DBCommand::sql_statement) | CL_DBConnection | inline |
create_command(const CL_StringRef &format, Arg1 arg1, Arg2 arg2, Arg3 arg3, Arg4 arg4, Arg5 arg5, CL_DBCommand::Type type=CL_DBCommand::sql_statement) | CL_DBConnection | inline |
create_command(const CL_StringRef &format, Arg1 arg1, Arg2 arg2, Arg3 arg3, Arg4 arg4, Arg5 arg5, Arg6 arg6, CL_DBCommand::Type type=CL_DBCommand::sql_statement) | CL_DBConnection | inline |
create_command(const CL_StringRef &format, Arg1 arg1, Arg2 arg2, Arg3 arg3, Arg4 arg4, Arg5 arg5, Arg6 arg6, Arg7 arg7, CL_DBCommand::Type type=CL_DBCommand::sql_statement) | CL_DBConnection | inline |
execute_non_query(CL_DBCommand &command) | CL_DBConnection | |
execute_reader(CL_DBCommand &command) | CL_DBConnection | |
execute_scalar_int(CL_DBCommand &command) | CL_DBConnection | |
execute_scalar_string(CL_DBCommand &command) | CL_DBConnection | |
~CL_DBConnection() | CL_DBConnection | |
~CL_SqliteConnection() | CL_SqliteConnection |