|
Oracle ODB Runtime Library
|
This is the complete list of members for odb::oracle::database, including all inherited members.
| begin() | odb::oracle::database | virtual |
| cache_query(const prepared_query< T > &) | odb::database | |
| cache_query(const prepared_query< T > &, std::auto_ptr< P > params) | odb::database | |
| charset() const | odb::oracle::database | inline |
| connection() | odb::oracle::database | |
| connection_() | odb::oracle::database | protectedvirtual |
| connection_type typedef | odb::database | |
| database(const std::string &user, const std::string &password, const std::string &db, ub2 charset=0, ub2 ncharset=0, OCIEnv *environment=0, details::transfer_ptr< connection_factory >=details::transfer_ptr< connection_factory >()) | odb::oracle::database | |
| database(const std::string &user, const std::string &password, const std::string &service, const std::string &host, unsigned int port=0, ub2 charset=0, ub2 ncharset=0, OCIEnv *environment=0, details::transfer_ptr< connection_factory >=details::transfer_ptr< connection_factory >()) | odb::oracle::database | |
| database(int &argc, char *argv[], bool erase=false, ub2 charset=0, ub2 ncharset=0, OCIEnv *environment=0, details::transfer_ptr< connection_factory >=details::transfer_ptr< connection_factory >()) | odb::oracle::database | |
| odb::database::database(database_id) | odb::database | protected |
| database_id | odb::oracle::database | static |
| db() const | odb::oracle::database | inline |
| environment() | odb::oracle::database | inline |
| erase(const typename object_traits< T >::id_type &id) | odb::oracle::database | |
| erase(T &object) | odb::oracle::database | |
| erase(T *obj_ptr) | odb::oracle::database | |
| erase(const P< T > &obj_ptr) | odb::oracle::database | |
| erase(const P< T, A1 > &obj_ptr) | odb::oracle::database | |
| erase(P< T > &obj_ptr) | odb::oracle::database | |
| erase(P< T, A1 > &obj_ptr) | odb::oracle::database | |
| erase(const typename object_traits< T >::pointer_type &obj_ptr) | odb::oracle::database | |
| erase_(const typename object_traits< T >::id_type &) | odb::database | protected |
| erase_(T &) | odb::database | protected |
| erase_(const typename object_traits< T >::pointer_type &) | odb::database | protected |
| erase_query() | odb::oracle::database | |
| erase_query(const char *) | odb::oracle::database | |
| erase_query(const std::string &) | odb::oracle::database | |
| erase_query(const oracle::query_base &) | odb::oracle::database | |
| erase_query(const odb::query_base &) | odb::oracle::database | |
| odb::database::erase_query(const odb::query< T > &) | odb::database | |
| execute(const char *statement) | odb::database | |
| execute(const std::string &statement) | odb::database | |
| execute(const char *statement, std::size_t length) | odb::database | |
| find(const typename object_traits< T >::id_type &id) | odb::oracle::database | |
| find(const typename object_traits< T >::id_type &id, T &object) | odb::oracle::database | |
| find_(const typename object_traits< T >::id_type &) | odb::database | protected |
| find_(const typename object_traits< T >::id_type &, T &) | odb::database | protected |
| host() const | odb::oracle::database | inline |
| id() const | odb::database | |
| id_ | odb::database | protected |
| load(const typename object_traits< T >::id_type &id) | odb::oracle::database | |
| load(const typename object_traits< T >::id_type &id, T &object) | odb::oracle::database | |
| load(T &object, section &) | odb::oracle::database | |
| load_(const typename object_traits< T >::id_type &) | odb::database | protected |
| load_(const typename object_traits< T >::id_type &, T &) | odb::database | protected |
| load_(T &, section &) | odb::database | protected |
| load_schema_version(const std::string &schema_name) const | odb::oracle::database | protectedvirtual |
| lookup_query(const char *name) const | odb::database | |
| lookup_query(const char *name, P *¶ms) const | odb::database | |
| lookup_query_factory(const char *name) const | odb::database | |
| mutex_ | odb::database | protected |
| ncharset() const | odb::oracle::database | inline |
| password() const | odb::oracle::database | inline |
| persist(T &object) | odb::oracle::database | |
| persist(T *obj_ptr) | odb::oracle::database | |
| persist(const P< T > &obj_ptr) | odb::oracle::database | |
| persist(const P< T, A1 > &obj_ptr) | odb::oracle::database | |
| persist(P< T > &obj_ptr) | odb::oracle::database | |
| persist(P< T, A1 > &obj_ptr) | odb::oracle::database | |
| persist(const typename object_traits< T >::pointer_type &obj_ptr) | odb::oracle::database | |
| persist_(T &) | odb::database | protected |
| persist_(const typename object_traits< T >::pointer_type &) | odb::database | protected |
| port() const | odb::oracle::database | inline |
| prepare_query(const char *name, const char *) | odb::oracle::database | |
| prepare_query(const char *name, const std::string &) | odb::oracle::database | |
| prepare_query(const char *name, const oracle::query_base &) | odb::oracle::database | |
| prepare_query(const char *name, const odb::query_base &) | odb::oracle::database | |
| odb::database::prepare_query(const char *name, const odb::query< T > &) | odb::database | |
| print_usage(std::ostream &) | odb::oracle::database | static |
| query() | odb::oracle::database | |
| query(const char *) | odb::oracle::database | |
| query(const std::string &) | odb::oracle::database | |
| query(const oracle::query_base &) | odb::oracle::database | |
| query(const odb::query_base &) | odb::oracle::database | |
| odb::database::query(bool cache=true) | odb::database | |
| odb::database::query(const char *, bool cache=true) | odb::database | |
| odb::database::query(const std::string &, bool cache=true) | odb::database | |
| odb::database::query(const odb::query< T > &, bool cache=true) | odb::database | |
| query_factory(const char *name, query_factory_type) | odb::database | |
| query_factory_map typedef | odb::database | protected |
| query_factory_map_ | odb::database | protected |
| query_factory_type typedef | odb::database | |
| reload(T &object) | odb::oracle::database | |
| reload(T *obj_ptr) | odb::oracle::database | |
| reload(const P< T > &obj_ptr) | odb::oracle::database | |
| reload(const P< T, A1 > &obj_ptr) | odb::oracle::database | |
| reload(P< T > &obj_ptr) | odb::oracle::database | |
| reload(P< T, A1 > &obj_ptr) | odb::oracle::database | |
| reload(const typename object_traits< T >::pointer_type &obj_ptr) | odb::oracle::database | |
| reload_(T &) | odb::database | protected |
| schema_migration(const std::string &schema_name="") const | odb::database | |
| schema_version(const std::string &schema_name="") const | odb::database | |
| schema_version_map typedef | odb::database | protected |
| schema_version_map_ | odb::database | protected |
| schema_version_migration(const std::string &schema_name="") const | odb::database | |
| schema_version_migration(schema_version_type, bool migration, const std::string &schema_name="") | odb::database | |
| schema_version_migration(const schema_version_migration_type &, const std::string &schema_name="") | odb::database | |
| schema_version_migration_type typedef | odb::database | |
| schema_version_seq_ | odb::database | protected |
| schema_version_sequence() const | odb::database | |
| schema_version_table(const std::string &table_name) | odb::database | |
| schema_version_table(const std::string &table_name, const std::string &schema_name) | odb::database | |
| schema_version_table_ | odb::database | protected |
| schema_version_type typedef | odb::database | |
| service() const | odb::oracle::database | inline |
| tracer(tracer_type &t) | odb::oracle::database | inline |
| tracer(tracer_type *t) | odb::oracle::database | inline |
| odb::database::tracer() const | odb::database | |
| tracer_ | odb::database | protected |
| tracer_type typedef | odb::oracle::database | |
| update(T &object) | odb::oracle::database | |
| update(T *obj_ptr) | odb::oracle::database | |
| update(const P< T > &obj_ptr) | odb::oracle::database | |
| update(const P< T, A1 > &obj_ptr) | odb::oracle::database | |
| update(P< T > &obj_ptr) | odb::oracle::database | |
| update(P< T, A1 > &obj_ptr) | odb::oracle::database | |
| update(const typename object_traits< T >::pointer_type &obj_ptr) | odb::oracle::database | |
| update(const T &object, const section &) | odb::oracle::database | |
| update_(T &) | odb::database | protected |
| update_(const typename object_traits< T >::pointer_type &) | odb::database | protected |
| update_(const T &, const section &) | odb::database | protected |
| user() const | odb::oracle::database | inline |
| ~database() | odb::oracle::database | virtual |
1.8.7