Classes | |
class | CommandCommon |
Defines the methods common to all oracle commands. More... | |
class | CommandBase |
class | CommandInterface |
this is actually the class which the CommandCommon and Transaction inherit from (public) More... | |
class | OCIEnvHandle |
class | OCIHandle |
class | OCIStatementHandle |
class | OptimizedBatchCommand |
The class is a collection of Commands to be executed in sequential order. More... | |
class | oracleRefType |
class | oracleRefTypeImpl |
class | oracleStatement |
class | oracleType |
class | oracleTypeImpl |
class | FinallyTxDepth |
struct | SelectListMetaDataCacheInterface |
struct | SelectListMetaDataCache |
struct | SelectListMetaDataNopCache |
class | ResourceType |
The pool type to access oracle databases. More... | |
struct | Commands |
class | ColumnMetaData |
class | SelectListMetaData |
class | DefineMetaData |
class | SelectListBuffer |
class | SelectListMetaDataCtor |
class | SQLExecute |
A Command to issue an non-select SQL statement (update, insert, delete) against an oracle database. More... | |
class | SQLSelect |
Issue an select statement which returns an arbitary number of rows. More... | |
class | oracleBindOut |
blah More... | |
class | SQLSelectRow |
Select a single row from an oracle database. More... | |
class | StatementCache |
class | Transaction |
class | oracleRefTypeImpl< std::string > |
Typedefs | |
typedef oracle::OCIHandle < OCIError, OCI_HTYPE_ERROR > | OCIErrorHandle |
typedef oracle::OCIHandle < OCIServer, OCI_HTYPE_SERVER > | OCIServerHandle |
typedef oracle::OCIHandle < OCISvcCtx, OCI_HTYPE_SVCCTX > | OCISvcCtxHandle |
typedef oracle::OCIHandle < OCISession, OCI_HTYPE_SESSION > | OCISessionHandle |
Functions | |
std::ostream & | operator<< (std::ostream &s, const OCIStatementHandle &rho) |
bool | operator< (const oracleStatement &lho, const oracleStatement &rho) |
bool | operator> (const oracleStatement &lho, const oracleStatement &rho) |
std::ostream & | operator<< (std::ostream &s, const ColumnMetaData &rho) |
std::ostream & | operator<< (std::ostream &s, const SelectListMetaData &rho) |
sb4 | cdf_fetch_buffer (dvoid *vdmd, OCIDefine *defnp, ub4 iter, dvoid **bufpp, ub4 **alenpp, ub1 *piecep, dvoid **indpp, ub2 **rcpp) |