Wed, 11 Sep 2024 07:39:16 UTC | login

Information for RPM php-doctrine-dbal-2.9.2-1.fc30.noarch.rpm

ID319499
Namephp-doctrine-dbal
Version2.9.2
Release1.fc30
Epoch
Archnoarch
SummaryDoctrine Database Abstraction Layer (DBAL)
DescriptionThe Doctrine database abstraction & access layer (DBAL) offers a lightweight and thin runtime layer around a PDO-like API and a lot of additional, horizontal features like database schema introspection and manipulation through an OO API. The fact that the Doctrine DBAL abstracts the concrete PDO API away through the use of interfaces that closely resemble the existing PDO API makes it possible to implement custom drivers that may use existing native or self-made APIs. For example, the DBAL ships with a driver for Oracle databases that uses the oci8 extension under the hood. Autoloader: /usr/share/php/Doctrine/DBAL/autoload.php
Build Time2019-01-02 10:17:50 GMT
Size227.20 KB
de20511f5384a91ea668351047dc6984
LicenseMIT
Provides
php-composer(doctrine/dbal) = 2.9.2
php-doctrine-DoctrineDBAL = 2.9.2
php-doctrine-dbal = 2.9.2-1.fc30
php-pear(pear.doctrine-project.org/DoctrineDBAL) = 2.9.2
Obsoletes
php-doctrine-DoctrineDBAL < 2.9.2
Conflicts No Conflicts
Requires
(php-composer(doctrine/cache) >= 1.0 with php-composer(doctrine/cache) < 2)
(php-composer(doctrine/event-manager) >= 1.0 with php-composer(doctrine/event-manager) < 2)
(php-composer(symfony/console) >= 2.0.5 with php-composer(symfony/console) < 5)
/usr/bin/php
php(language) >= 7.1
php-composer(fedora/autoloader)
php-date
php-json
php-pcre
php-pdo
php-reflection
php-spl
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
rpmlib(RichDependencies) <= 4.12.0-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 298 >>>
Name ascending sort Size
/usr/bin/doctrine-dbal1.20 KB
/usr/share/doc/php-doctrine-dbal0.00 B
/usr/share/doc/php-doctrine-dbal/README.md3.58 KB
/usr/share/doc/php-doctrine-dbal/SECURITY.md643.00 B
/usr/share/doc/php-doctrine-dbal/UPGRADE.md16.14 KB
/usr/share/doc/php-doctrine-dbal/composer.json1.69 KB
/usr/share/licenses/php-doctrine-dbal0.00 B
/usr/share/licenses/php-doctrine-dbal/LICENSE1.04 KB
/usr/share/php/Doctrine/DBAL0.00 B
/usr/share/php/Doctrine/DBAL/Cache0.00 B
/usr/share/php/Doctrine/DBAL/Cache/ArrayStatement.php2.86 KB
/usr/share/php/Doctrine/DBAL/Cache/CacheException.php511.00 B
/usr/share/php/Doctrine/DBAL/Cache/QueryCacheProfile.php2.88 KB
/usr/share/php/Doctrine/DBAL/Cache/ResultCacheStatement.php4.94 KB
/usr/share/php/Doctrine/DBAL/ColumnCase.php505.00 B
/usr/share/php/Doctrine/DBAL/Configuration.php4.61 KB
/usr/share/php/Doctrine/DBAL/Connection.php49.51 KB
/usr/share/php/Doctrine/DBAL/ConnectionException.php1005.00 B
/usr/share/php/Doctrine/DBAL/Connections0.00 B
/usr/share/php/Doctrine/DBAL/Connections/MasterSlaveConnection.php10.10 KB
/usr/share/php/Doctrine/DBAL/DBALException.php8.52 KB
/usr/share/php/Doctrine/DBAL/Driver0.00 B
/usr/share/php/Doctrine/DBAL/Driver.php1.62 KB
/usr/share/php/Doctrine/DBAL/Driver/AbstractDB2Driver.php796.00 B
/usr/share/php/Doctrine/DBAL/Driver/AbstractDriverException.php1.14 KB
/usr/share/php/Doctrine/DBAL/Driver/AbstractMySQLDriver.php6.58 KB
/usr/share/php/Doctrine/DBAL/Driver/AbstractOracleDriver0.00 B
/usr/share/php/Doctrine/DBAL/Driver/AbstractOracleDriver.php2.65 KB
/usr/share/php/Doctrine/DBAL/Driver/AbstractOracleDriver/EasyConnectString.php2.73 KB
/usr/share/php/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php4.71 KB
/usr/share/php/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php4.23 KB
/usr/share/php/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php2.41 KB
/usr/share/php/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php3.15 KB
/usr/share/php/Doctrine/DBAL/Driver/Connection.php2.08 KB
/usr/share/php/Doctrine/DBAL/Driver/DriverException.php921.00 B
/usr/share/php/Doctrine/DBAL/Driver/DrizzlePDOMySql0.00 B
/usr/share/php/Doctrine/DBAL/Driver/DrizzlePDOMySql/Connection.php437.00 B
/usr/share/php/Doctrine/DBAL/Driver/DrizzlePDOMySql/Driver.php1.12 KB
/usr/share/php/Doctrine/DBAL/Driver/ExceptionConverterDriver.php836.00 B
/usr/share/php/Doctrine/DBAL/Driver/IBMDB20.00 B
/usr/share/php/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php3.93 KB
/usr/share/php/Doctrine/DBAL/Driver/IBMDB2/DB2Driver.php1.25 KB
/usr/share/php/Doctrine/DBAL/Driver/IBMDB2/DB2Exception.php104.00 B
/usr/share/php/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php12.28 KB
/usr/share/php/Doctrine/DBAL/Driver/Mysqli0.00 B
/usr/share/php/Doctrine/DBAL/Driver/Mysqli/Driver.php644.00 B
/usr/share/php/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php7.49 KB
/usr/share/php/Doctrine/DBAL/Driver/Mysqli/MysqliException.php218.00 B
/usr/share/php/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php12.41 KB
/usr/share/php/Doctrine/DBAL/Driver/OCI80.00 B
Component of No Buildroots