|
GATE
C/C++ Framework
|
Database connection interface. More...
#include <adapter.h>
Public Member Functions | |
| gate_result_t | create_statement (gate_string_t const *sql, gate_data_statement_t **ptr_stmt) |
| Creates a new statement interface object from a SQL statement. | |
| Public Member Functions inherited from gate_object_t | |
| char const * | get_interface_name () |
| Returns on object's interface path name. | |
| void | release () |
| Decrease object's reference counter, releases the object when count reaches zero. | |
| int | retain () |
| Increase object's reference counter. | |
Database connection interface.
| gate_result_t create_statement | ( | gate_string_t const * | sql, |
| gate_data_statement_t ** | ptr_stmt ) |
Creates a new statement interface object from a SQL statement.
| [out] | ptr_count | Pointer to interface-pointer to be initialize with new object instance pointer |