#include <nmv-connection.h>
◆ Connection() [1/2]
| nemiver::common::Connection::Connection |
( |
| ) |
|
◆ Connection() [2/2]
| nemiver::common::Connection::Connection |
( |
const Connection & |
a_con | ) |
|
◆ ~Connection()
| virtual nemiver::common::Connection::~Connection |
( |
| ) |
|
|
virtual |
◆ close()
| void nemiver::common::Connection::close |
( |
| ) |
|
◆ commit_transaction()
| bool nemiver::common::Connection::commit_transaction |
( |
| ) |
|
◆ execute_statement()
◆ get_column_content() [1/4]
| bool nemiver::common::Connection::get_column_content |
( |
gulong |
a_offset, |
|
|
common::UString & |
a_column_content |
|
) |
| |
◆ get_column_content() [2/4]
| bool nemiver::common::Connection::get_column_content |
( |
gulong |
a_offset, |
|
|
double & |
a_column_content |
|
) |
| |
◆ get_column_content() [3/4]
| bool nemiver::common::Connection::get_column_content |
( |
gulong |
a_offset, |
|
|
gint64 & |
a_column_content |
|
) |
| |
◆ get_column_content() [4/4]
| bool nemiver::common::Connection::get_column_content |
( |
unsigned long |
a_offset, |
|
|
common::Buffer & |
a_field_content |
|
) |
| |
◆ get_column_name()
| bool nemiver::common::Connection::get_column_name |
( |
unsigned long |
a_offset, |
|
|
common::Buffer & |
a_name |
|
) |
| |
◆ get_column_type()
| bool nemiver::common::Connection::get_column_type |
( |
unsigned long |
a_offset, |
|
|
enum common::ColumnType & |
|
|
) |
| |
◆ get_last_error()
| const char* nemiver::common::Connection::get_last_error |
( |
| ) |
const |
◆ get_number_of_columns()
| unsigned long nemiver::common::Connection::get_number_of_columns |
( |
| ) |
|
◆ is_initialized()
| bool nemiver::common::Connection::is_initialized |
( |
| ) |
const |
◆ operator=()
◆ read_next_row()
| bool nemiver::common::Connection::read_next_row |
( |
| ) |
|
◆ rollback_transaction()
| bool nemiver::common::Connection::rollback_transaction |
( |
| ) |
|
◆ should_have_data()
| bool nemiver::common::Connection::should_have_data |
( |
| ) |
const |
◆ start_transaction()
| bool nemiver::common::Connection::start_transaction |
( |
| ) |
|
◆ ConnectionManager
◆ ConnectionPriv
| friend struct ConnectionPriv |
|
friend |
The documentation for this class was generated from the following file: