Classes | |
| class | ConnectionString |
| Store informations used by the Database instances to connect. More... | |
| class | DBWarningException |
| Used when the current command returned a warning code. More... | |
| class | DBErrorException |
| Used when the current command returned an error code. More... | |
| class | DBConnectionLostException |
| Used when connection is lost and cannot be recovered. More... | |
| class | DBNoUpdatesException |
| Signal to the clients that update command with no updated database field was performed. More... | |
| class | TransactionType |
| Contains an enum of all the internal transaction types used by udal and a static helper function that returns a friendly name of the transaction type. More... | |
| class | Database |
| Main database functional class. More... | |
| class | DatabaseProviderFactory |
| Abstract Factory class whose implementations are responsible to provide all runtime provider specific objects needed to support database related operations. More... | |
| class | DatabaseProvider |
| Provider class used to create database specific factory. More... | |
| class | DataColumnBase |
| Base class inherited by DataColumn template classes. More... | |
| class | DataColumn |
| Intended usage : More... | |
| class | DataCommand |
| Command class implements objectual mapping of a database query. More... | |
| class | DataType |
| Contains an enum of all the internal datatypes used by udal and a static helper function that returns a friendly name of the datatype. More... | |
| class | DbTimestamp |
| Store information used by the database timestamp instance to write the timestamp. More... | |
| class | DataParameter |
| Parameter class provides database query parameters as objects. More... | |
| class | DataParameterBase |
| Store parameter information used by the database instance to execute queries (select) or nonqueries (insert, update, delete) More... | |
| class | ParametersVector |
| Stores parameters used for database calls. More... | |
| class | DataRow |
| Store row information queried from database. More... | |
| class | DataSet |
| Store result set information retrieved from the database. More... | |
| class | VersionInfo |
| Contains information about library version. More... | |
| class | Db2Database |
| Db2Database derived from ODBCDatabase class to implement specific operations for DB2. More... | |
| class | Db2DatabaseFactory |
| DB2DatabaseFactory derived from the ODBCDatabaseFactory class that implements specific DB2 operations Database factory produces a new DB2 instance. More... | |
| class | InformixDatabase |
| Derived ODBCDatabase class to implement specific operations for Informix Server. More... | |
| class | InformixDatabaseFactory |
| InformixDatabaseFactory derived from ODBCDatabaseFactory class to implement specific operations for Informix. More... | |
| class | ODBCColumn |
| ODBCColumn template class Redifine the ODBCColumnBase taking in considerration different data types. More... | |
| class | ODBCDatabase |
| Derived ODBCDatabase class to implement specific operations for ODBC Databases. More... | |
| class | ODBCDatabaseFactory |
| class | ODBCParameter |
| Store parameter information used by the database instance to execute queries (select) or nonqueries (insert, update, delete) More... | |
| class | PostgresDatabase |
| class | PostgresDatabaseFactory |
| PostgresDatabaseFactory derived from ODBCDatabaseFactory class to implement specific operations for Postgres. More... | |
| class | SqlServerDatabase |
| SqlServerDatabase derived ODBCDatabase class to implement specific operations for Sql Server. More... | |
| class | SqlServerDatabaseFactory |
| SqlServerDatabaseFactory derived from ODBCDatabaseFactory class to implement specific operations for Sql Server. More... | |
| class | OracleColumn |
| OracleColumn template class Redefine the OracleColumnBase taking in consideration different data types. More... | |
| class | OracleDatabase |
| Derived OracleDatabase class to implement specific operations for Oracle Databases. More... | |
| class | OracleDatabaseFactory |
| class | OracleParameter |
| Store parameter information used by the Oracle database instance to execute queries (select) or nonqueries (insert, update, delete) More... | |
| class | OracleArrayParameter |
Typedefs | |
| typedef pair< string, DataColumnBase * > | makeColumn |
| Defines an alias used when inserting a new cell in a DataRow. More... | |
| typedef pair< string, DataColumnBase* > FinTP::makeColumn |
Defines an alias used when inserting a new cell in a DataRow.