ResourcePool Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
fatalmind::BatchCommand< CommandType >The class is a collection of Commands to be executed in sequential order
fatalmind::SQL::Bind< VBC, CT >This class defines the common interface for all SQL* classes which do accept input data via placeholders
fatalmind::SQL::BindInterfaceThis class is for documentation purposes only
fatalmind::SQL::BindOut< VBC, CT >This class defines the common interface for all SQL* classes which do return output colums
fatalmind::SQL::BindOutInterfaceThis class defines the common base for all commands returning data in form of a table (like SQLSelect )
fatalmind::Command< PT >The base class for all commands to be executed by ResourcePool
fatalmind::oracle::CommandCommon< TM, SLMDC >Defines the methods common to all oracle commands
fatalmind::oracle::CommandInterface< TM, SLMDC >This is actually the class which the CommandCommon and Transaction inherit from (public)
fatalmind::CreateExceptionThis exception is thrown by ResourcePool if the creation of a new resource failed
fatalmind::gc_ptr< T, TM >Garbage collected pointer
fatalmind::IgnoreExceptionCommand< CommandType >This class takes another Command as argument and eats the exception if one is thrown
fatalmind::MultiThreadedModel< Statistics >The Policy class to use for thread safe classes
fatalmind::mysqlFactoryPlease consider the following Event arguments:
fatalmind::NoFailoverExceptionThrowing an NoFailoverException in a Commands execute() method, causes ResourcePool to rethrow the execption but NOT fail the used resource
fatalmind::NoopCommandWrapper< CommandType >This class takes another Command as argument and does not execute it
fatalmind::oracle::OptimizedBatchCommand< CommandType >The class is a collection of Commands to be executed in sequential order
fatalmind::oracle::oracleBindOutBlah
fatalmind::oracleFactory< TM, SLMDC >A Factory for a oracle database connection (session)
fatalmind::ResourceThe common base for all Resources which can be pooled within a ResourcePool
fatalmind::ResourcePool< Type >A ResourcePool implements the very basic concept to pool resources
fatalmind::ResourcePoolEventObserverA ResourcePool Event Observer is a class which get's notified about certain events which happen in the pool
fatalmind::ResourcePoolInterface< Type >The interface description of a ResourcePool
fatalmind::ResourcePoolOptionsOptions configuration for ResourcePool
fatalmind::ResourcePoolStreamLoggerA logging Event observer impelementation
fatalmind::oracle::ResourceType< TM, SLMDC >The pool type to access oracle databases
fatalmind::SQL::ResourceType< TM >The pool type to access SQL databases with runtime type
fatalmind::SQL::RTSQLExecute< TM >A command to issue a non-select statement against an SQL database
fatalmind::SQL::RTSQLSelect< TM >A command to issue a select statement against an SQL database
fatalmind::SQL::RTSQLSelectRow< TM >A command to issue a select statement against an SQL database and fetch only a single row
fatalmind::SQL::RTSQLTransaction< TM >This class implements the concept of a database transaction
fatalmind::SingleThreadedModel< Statistics >The Policy class to use for classes which don't require thread safty
fatalmind::SQL::SQLExceptionGeneral exception to be thrown by SQL commands
fatalmind::oracle::SQLExecute< TM, SLMDC >A Command to issue an non-select SQL statement (update, insert, delete) against an oracle database
fatalmind::SQL::SQLFactoryInterfaceA common Factory interface for all SQL ResourceTypes
fatalmind::SQL::SQLFetcherThis class allows fetching of data (rows) from SQLSelect or SQLSelectRow commands
fatalmind::mysql::SQLSelectA class to select an arbitary number of records from an mysql database
fatalmind::SQLSelectThis class provides the ability to perform a SQL query which returns an arbitary number of rows
fatalmind::oracle::SQLSelect< TM, SLMDC >Issue an select statement which returns an arbitary number of rows
fatalmind::mysql::SQLSelectRowA command to select exactly one row from an mysql database
fatalmind::oracle::SQLSelectRow< TM, SLMDC >Select a single row from an oracle database
fatalmind::SQL::SQLStatementA representation of a SQL string
fatalmind::SQL::SQLStatement::ParameterHolds all available information about a placeholder (?) within an SQL string
fatalmind::SQL::SQLStatementImpl::ParameterHolds all available information about a placeholder (?) within an SQL string
fatalmind::TaskRunnerPoolA special implementation for a pool of TaskRunner instances
fatalmind::ThreadA representation of a Thread
fatalmind::mysql::TransactionThe mysql Transaction implementation

Generated on Mon Nov 9 16:21:24 2009 for ResourcePool by  doxygen 1.5.3