|
OCILIB (C and C++ Driver for Oracle)
4.0.0
|
This is the complete list of members for ocilib::Pool, including all inherited members.
| Close() | ocilib::Pool | inline |
| ConnectionPool enum value | ocilib::Pool | |
| GetBusyConnectionsCount() const | ocilib::Pool | inline |
| GetConnection(const ostring &sessionTag=OTEXT("")) | ocilib::Pool | inline |
| GetIncrement() const | ocilib::Pool | inline |
| GetMaxSize() const | ocilib::Pool | inline |
| GetMinSize() const | ocilib::Pool | inline |
| GetNoWait() const | ocilib::Pool | inline |
| GetOpenedConnectionsCount() const | ocilib::Pool | inline |
| GetStatementCacheSize() const | ocilib::Pool | inline |
| GetTimeout() const | ocilib::Pool | inline |
| Open(const ostring &db, const ostring &user, const ostring &pwd, Pool::PoolType poolType, unsigned int minSize, unsigned int maxSize, unsigned int increment=1, Environment::SessionFlags sessionFlags=Environment::SessionDefault) | ocilib::Pool | inline |
| Pool() | ocilib::Pool | inline |
| Pool(const ostring &db, const ostring &user, const ostring &pwd, Pool::PoolType poolType, unsigned int minSize, unsigned int maxSize, unsigned int increment=1, Environment::SessionFlags sessionFlags=Environment::SessionDefault) | ocilib::Pool | inline |
| PoolType typedef | ocilib::Pool | |
| PoolTypeValues enum name | ocilib::Pool | |
| SessionPool enum value | ocilib::Pool | |
| SetNoWait(bool value) | ocilib::Pool | inline |
| SetStatementCacheSize(unsigned int value) | ocilib::Pool | inline |
| SetTimeout(unsigned int value) | ocilib::Pool | inline |