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::BindInterface | This 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::BindOutInterface | This 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::CreateException | This 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::mysqlFactory | Please consider the following Event arguments: |
fatalmind::NoFailoverException | Throwing 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::oracleBindOut | Blah |
fatalmind::oracleFactory< TM, SLMDC > | A Factory for a oracle database connection (session) |
fatalmind::Resource | The 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::ResourcePoolEventObserver | A 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::ResourcePoolOptions | Options configuration for ResourcePool |
fatalmind::ResourcePoolStreamLogger | A 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::SQLException | General 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::SQLFactoryInterface | A common Factory interface for all SQL ResourceTypes |
fatalmind::SQL::SQLFetcher | This class allows fetching of data (rows) from SQLSelect or SQLSelectRow commands |
fatalmind::mysql::SQLSelect | A class to select an arbitary number of records from an mysql database |
fatalmind::SQLSelect | This 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::SQLSelectRow | A 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::SQLStatement | A representation of a SQL string |
fatalmind::SQL::SQLStatement::Parameter | Holds all available information about a placeholder (?) within an SQL string |
fatalmind::SQL::SQLStatementImpl::Parameter | Holds all available information about a placeholder (?) within an SQL string |
fatalmind::TaskRunnerPool | A special implementation for a pool of TaskRunner instances |
fatalmind::Thread | A representation of a Thread |
fatalmind::mysql::Transaction | The mysql Transaction implementation |