|
| | pooled_connection (database_type &) |
| |
| | pooled_connection (database_type &, OCISvcCtx *) |
| |
| virtual | ~connection () |
| |
| | connection (database_type &) |
| |
| | connection (database_type &, OCISvcCtx *handle) |
| |
| database_type & | database () |
| |
| virtual transaction_impl * | begin () |
| |
| virtual unsigned long long | execute (const char *statement, std::size_t length) |
| |
| template<typename T > |
| prepared_query< T > | prepare_query (const char *name, const char *) |
| |
| template<typename T > |
| prepared_query< T > | prepare_query (const char *name, const std::string &) |
| |
| template<typename T > |
| prepared_query< T > | prepare_query (const char *name, const oracle::query_base &) |
| |
| template<typename T > |
| prepared_query< T > | prepare_query (const char *name, const odb::query_base &) |
| |
| void | tracer (tracer_type &t) |
| |
| void | tracer (tracer_type *t) |
| |
| bool | failed () const |
| |
| void | mark_failed () |
| |
| OCISvcCtx * | handle () |
| |
| OCIError * | error_handle () |
| |
| statement_cache_type & | statement_cache () |
| |
| details::buffer & | lob_buffer () |
| |
| database_type & | database () |
| |
| unsigned long long | execute (const char *statement) |
| |
| unsigned long long | execute (const std::string &statement) |
| |
| prepared_query< T > | prepare_query (const char *name, const char *) |
| |
| prepared_query< T > | prepare_query (const char *name, const std::string &) |
| |
| prepared_query< T > | prepare_query (const char *name, const query< T > &) |
| |
| void | cache_query (const prepared_query< T > &) |
| |
| void | cache_query (const prepared_query< T > &, std::auto_ptr< P > params) |
| |
| prepared_query< T > | lookup_query (const char *name) const |
| |
| prepared_query< T > | lookup_query (const char *name, P *¶ms) const |
| |
| void | tracer (tracer_type &) |
| |
| void | tracer (tracer_type *) |
| |
| tracer_type * | tracer () const |
| |
| tracer_type * | transaction_tracer () const |
| |
| void | recycle () |
| |
| odb::oracle::connection_pool_factory::pooled_connection::pooled_connection |
( |
database_type & |
| ) |
|
The documentation for this class was generated from the following file: