#include <nmv-i-connection-driver.h>
◆ ~IConnectionDriver()
| virtual nemiver::common::IConnectionDriver::~IConnectionDriver |
( |
| ) |
|
|
inlinevirtual |
◆ close()
| virtual void nemiver::common::IConnectionDriver::close |
( |
| ) |
|
|
pure virtual |
◆ commit_transaction()
| virtual bool nemiver::common::IConnectionDriver::commit_transaction |
( |
| ) |
|
|
pure virtual |
◆ execute_statement()
| virtual bool nemiver::common::IConnectionDriver::execute_statement |
( |
const SQLStatement & |
a_statement | ) |
|
|
pure virtual |
◆ get_column_content() [1/4]
| virtual bool nemiver::common::IConnectionDriver::get_column_content |
( |
gulong |
a_offset, |
|
|
common::Buffer & |
a_column_content |
|
) |
| const |
|
pure virtual |
◆ get_column_content() [2/4]
| virtual bool nemiver::common::IConnectionDriver::get_column_content |
( |
gulong |
a_offset, |
|
|
common::UString & |
a_column_content |
|
) |
| const |
|
pure virtual |
◆ get_column_content() [3/4]
| virtual bool nemiver::common::IConnectionDriver::get_column_content |
( |
gulong |
a_offset, |
|
|
double & |
a_column_content |
|
) |
| const |
|
pure virtual |
◆ get_column_content() [4/4]
| virtual bool nemiver::common::IConnectionDriver::get_column_content |
( |
gulong |
a_offset, |
|
|
gint64 & |
a_column_content |
|
) |
| const |
|
pure virtual |
◆ get_column_name()
| virtual bool nemiver::common::IConnectionDriver::get_column_name |
( |
gulong |
a_offset, |
|
|
common::Buffer & |
a_name |
|
) |
| const |
|
pure virtual |
◆ get_column_type()
| virtual bool nemiver::common::IConnectionDriver::get_column_type |
( |
gulong |
a_offset, |
|
|
enum ColumnType & |
|
|
) |
| const |
|
pure virtual |
◆ get_last_error()
| virtual const char* nemiver::common::IConnectionDriver::get_last_error |
( |
| ) |
const |
|
pure virtual |
◆ get_number_of_columns()
| virtual unsigned int nemiver::common::IConnectionDriver::get_number_of_columns |
( |
| ) |
const |
|
pure virtual |
◆ read_next_row()
| virtual bool nemiver::common::IConnectionDriver::read_next_row |
( |
| ) |
|
|
pure virtual |
◆ rollback_transaction()
| virtual bool nemiver::common::IConnectionDriver::rollback_transaction |
( |
| ) |
|
|
pure virtual |
◆ should_have_data()
| virtual bool nemiver::common::IConnectionDriver::should_have_data |
( |
| ) |
const |
|
pure virtual |
◆ start_transaction()
| virtual bool nemiver::common::IConnectionDriver::start_transaction |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: