#include <connection.h>
Inheritance diagram for Gnome::Gda::Connection:
virtual Gnome::Gda::Connection::~Connection | ( | ) | [virtual] |
Gnome::Gda::Connection::Connection | ( | ) | [protected] |
GdaConnection* Gnome::Gda::Connection::gobj | ( | ) | [inline] |
const GdaConnection* Gnome::Gda::Connection::gobj | ( | ) | const [inline] |
GdaConnection* Gnome::Gda::Connection::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
static Glib::RefPtr<Connection> Gnome::Gda::Connection::create | ( | ) | [static] |
bool Gnome::Gda::Connection::close | ( | ) |
bool Gnome::Gda::Connection::is_open | ( | ) | const |
Glib::RefPtr<Client> Gnome::Gda::Connection::get_client | ( | ) |
Glib::RefPtr<const Client> Gnome::Gda::Connection::get_client | ( | ) | const |
void Gnome::Gda::Connection::set_client | ( | const Glib::RefPtr< Client > & | client | ) |
ConnectionOptions Gnome::Gda::Connection::get_options | ( | ) | const |
Glib::ustring Gnome::Gda::Connection::get_server_version | ( | ) | const |
Glib::ustring Gnome::Gda::Connection::get_database | ( | ) | const |
Glib::ustring Gnome::Gda::Connection::get_dsn | ( | ) | const |
Glib::ustring Gnome::Gda::Connection::get_cnc_string | ( | ) | const |
Glib::ustring Gnome::Gda::Connection::get_provider | ( | ) | const |
Glib::ustring Gnome::Gda::Connection::get_username | ( | ) | const |
Glib::ustring Gnome::Gda::Connection::get_password | ( | ) | const |
void Gnome::Gda::Connection::add_error | ( | const Glib::RefPtr< Error > & | error | ) |
void Gnome::Gda::Connection::add_error | ( | const Glib::ustring & | error | ) |
void Gnome::Gda::Connection::add_error_list | ( | GList * | error_list | ) |
bool Gnome::Gda::Connection::change_database | ( | const Glib::ustring & | name | ) |
bool Gnome::Gda::Connection::create_database | ( | const Glib::ustring & | name | ) |
bool Gnome::Gda::Connection::drop_database | ( | const Glib::ustring & | name | ) |
Glib::ListHandle< Glib::RefPtr<DataModel> > Gnome::Gda::Connection::execute_command | ( | const Command & | cmd, | |
const ParameterList & | params | |||
) |
Glib::ListHandle< Glib::RefPtr<DataModel> > Gnome::Gda::Connection::execute_command | ( | const Command & | cmd | ) |
Glib::RefPtr<DataModel> Gnome::Gda::Connection::execute_single_command | ( | const Command & | cmd, | |
const ParameterList & | params | |||
) |
Glib::RefPtr<DataModel> Gnome::Gda::Connection::execute_single_command | ( | const Command & | cmd | ) |
Glib::RefPtr<DataModel> Gnome::Gda::Connection::execute_single_command | ( | const Glib::ustring & | cmd | ) |
int Gnome::Gda::Connection::execute_non_query | ( | const Command & | cmd, | |
const ParameterList & | params | |||
) |
int Gnome::Gda::Connection::execute_non_query | ( | const Command & | cmd | ) |
bool Gnome::Gda::Connection::begin_transaction | ( | const Glib::RefPtr< Transaction > & | transaction | ) |
bool Gnome::Gda::Connection::commit_transaction | ( | const Glib::RefPtr< Transaction > & | transaction | ) |
bool Gnome::Gda::Connection::rollback_transaction | ( | const Glib::RefPtr< Transaction > & | transaction | ) |
Glib::ListHandle< Glib::RefPtr<Error> > Gnome::Gda::Connection::get_errors | ( | ) |
Glib::ListHandle< Glib::RefPtr<const Error> > Gnome::Gda::Connection::get_errors | ( | ) | const |
bool Gnome::Gda::Connection::create_blob | ( | GdaBlob * | blob | ) |
bool Gnome::Gda::Connection::supports | ( | ConnectionFeature | feature | ) | const |
Glib::RefPtr<DataModel> Gnome::Gda::Connection::get_schema | ( | ConnectionSchema | schema, | |
const ParameterList & | params | |||
) |
Glib::RefPtr<const DataModel> Gnome::Gda::Connection::get_schema | ( | ConnectionSchema | schema, | |
const ParameterList & | params | |||
) | const |
Glib::RefPtr<DataModel> Gnome::Gda::Connection::get_schema | ( | ConnectionSchema | schema | ) |
Glib::RefPtr<const DataModel> Gnome::Gda::Connection::get_schema | ( | ConnectionSchema | schema | ) | const |
Glib::ustring Gnome::Gda::Connection::get_last_insert_id | ( | const Glib::RefPtr< DataModel > & | recset | ) | const |
Glib::SignalProxy1< void,GList* > Gnome::Gda::Connection::signal_error | ( | ) |
virtual void Gnome::Gda::Connection::on_error | ( | GList * | error_list | ) | [protected, virtual] |
Glib::RefPtr< Gnome::Gda::Connection > wrap | ( | GdaConnection * | object, | |
bool | take_copy = false | |||
) | [related] |
object | The C instance |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |