Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
72b4e777
Unverified
Commit
72b4e777
authored
Oct 07, 2018
by
Sergei Morozov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed link to www.doctrine-project.org from doc blocks
parent
94ba9d74
Changes
120
Show whitespace changes
Inline
Side-by-side
Showing
120 changed files
with
5 additions
and
277 deletions
+5
-277
doctrine-dbal.php
bin/doctrine-dbal.php
+0
-17
Connection.php
lib/Doctrine/DBAL/Connection.php
+0
-2
ConnectionException.php
lib/Doctrine/DBAL/ConnectionException.php
+0
-3
AbstractDB2Driver.php
lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php
+0
-2
AbstractDriverException.php
lib/Doctrine/DBAL/Driver/AbstractDriverException.php
+0
-2
AbstractMySQLDriver.php
lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
+0
-2
AbstractOracleDriver.php
lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php
+0
-2
AbstractPostgreSQLDriver.php
lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php
+0
-2
AbstractSQLAnywhereDriver.php
lib/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php
+0
-2
AbstractSQLServerDriver.php
lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php
+0
-2
AbstractSQLiteDriver.php
lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php
+0
-2
DriverException.php
lib/Doctrine/DBAL/Driver/DriverException.php
+0
-2
ExceptionConverterDriver.php
lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
+0
-2
PDOException.php
lib/Doctrine/DBAL/Driver/PDOException.php
+0
-2
Driver.php
lib/Doctrine/DBAL/Driver/PDOIbm/Driver.php
+0
-2
PingableConnection.php
lib/Doctrine/DBAL/Driver/PingableConnection.php
+0
-2
Driver.php
lib/Doctrine/DBAL/Driver/SQLAnywhere/Driver.php
+0
-2
SQLAnywhereConnection.php
...octrine/DBAL/Driver/SQLAnywhere/SQLAnywhereConnection.php
+0
-2
SQLAnywhereException.php
...Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php
+0
-2
SQLAnywhereStatement.php
...Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php
+0
-2
ServerInfoAwareConnection.php
lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
+0
-2
Statement.php
lib/Doctrine/DBAL/Driver/Statement.php
+0
-2
ConnectionEventArgs.php
lib/Doctrine/DBAL/Event/ConnectionEventArgs.php
+0
-2
MysqlSessionInit.php
lib/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php
+0
-2
OracleSessionInit.php
lib/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php
+0
-2
SQLSessionInit.php
lib/Doctrine/DBAL/Event/Listeners/SQLSessionInit.php
+0
-2
SchemaAlterTableAddColumnEventArgs.php
...octrine/DBAL/Event/SchemaAlterTableAddColumnEventArgs.php
+0
-2
SchemaAlterTableChangeColumnEventArgs.php
...rine/DBAL/Event/SchemaAlterTableChangeColumnEventArgs.php
+0
-2
SchemaAlterTableEventArgs.php
lib/Doctrine/DBAL/Event/SchemaAlterTableEventArgs.php
+0
-2
SchemaAlterTableRemoveColumnEventArgs.php
...rine/DBAL/Event/SchemaAlterTableRemoveColumnEventArgs.php
+0
-2
SchemaAlterTableRenameColumnEventArgs.php
...rine/DBAL/Event/SchemaAlterTableRenameColumnEventArgs.php
+0
-2
SchemaColumnDefinitionEventArgs.php
lib/Doctrine/DBAL/Event/SchemaColumnDefinitionEventArgs.php
+0
-2
SchemaCreateTableColumnEventArgs.php
lib/Doctrine/DBAL/Event/SchemaCreateTableColumnEventArgs.php
+0
-2
SchemaCreateTableEventArgs.php
lib/Doctrine/DBAL/Event/SchemaCreateTableEventArgs.php
+0
-2
SchemaDropTableEventArgs.php
lib/Doctrine/DBAL/Event/SchemaDropTableEventArgs.php
+0
-2
SchemaEventArgs.php
lib/Doctrine/DBAL/Event/SchemaEventArgs.php
+0
-2
SchemaIndexDefinitionEventArgs.php
lib/Doctrine/DBAL/Event/SchemaIndexDefinitionEventArgs.php
+0
-2
ConnectionException.php
lib/Doctrine/DBAL/Exception/ConnectionException.php
+0
-2
ConstraintViolationException.php
lib/Doctrine/DBAL/Exception/ConstraintViolationException.php
+0
-2
DatabaseObjectExistsException.php
...Doctrine/DBAL/Exception/DatabaseObjectExistsException.php
+0
-2
DatabaseObjectNotFoundException.php
...ctrine/DBAL/Exception/DatabaseObjectNotFoundException.php
+0
-2
DeadlockException.php
lib/Doctrine/DBAL/Exception/DeadlockException.php
+0
-2
DriverException.php
lib/Doctrine/DBAL/Exception/DriverException.php
+0
-2
ForeignKeyConstraintViolationException.php
...DBAL/Exception/ForeignKeyConstraintViolationException.php
+0
-2
InvalidArgumentException.php
lib/Doctrine/DBAL/Exception/InvalidArgumentException.php
+0
-2
InvalidFieldNameException.php
lib/Doctrine/DBAL/Exception/InvalidFieldNameException.php
+0
-2
LockWaitTimeoutException.php
lib/Doctrine/DBAL/Exception/LockWaitTimeoutException.php
+0
-2
NonUniqueFieldNameException.php
lib/Doctrine/DBAL/Exception/NonUniqueFieldNameException.php
+0
-2
NotNullConstraintViolationException.php
...ne/DBAL/Exception/NotNullConstraintViolationException.php
+0
-2
ReadOnlyException.php
lib/Doctrine/DBAL/Exception/ReadOnlyException.php
+0
-2
RetryableException.php
lib/Doctrine/DBAL/Exception/RetryableException.php
+0
-2
ServerException.php
lib/Doctrine/DBAL/Exception/ServerException.php
+0
-2
SyntaxErrorException.php
lib/Doctrine/DBAL/Exception/SyntaxErrorException.php
+0
-2
TableExistsException.php
lib/Doctrine/DBAL/Exception/TableExistsException.php
+0
-2
TableNotFoundException.php
lib/Doctrine/DBAL/Exception/TableNotFoundException.php
+0
-2
UniqueConstraintViolationException.php
...ine/DBAL/Exception/UniqueConstraintViolationException.php
+0
-2
LockMode.php
lib/Doctrine/DBAL/LockMode.php
+0
-2
DebugStack.php
lib/Doctrine/DBAL/Logging/DebugStack.php
+0
-2
EchoSQLLogger.php
lib/Doctrine/DBAL/Logging/EchoSQLLogger.php
+0
-2
LoggerChain.php
lib/Doctrine/DBAL/Logging/LoggerChain.php
+0
-2
SQLLogger.php
lib/Doctrine/DBAL/Logging/SQLLogger.php
+0
-2
AbstractPlatform.php
lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
+1
-3
DB2Keywords.php
lib/Doctrine/DBAL/Platforms/Keywords/DB2Keywords.php
+0
-2
KeywordList.php
lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.php
+0
-2
MySQL57Keywords.php
lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php
+0
-2
MySQL80Keywords.php
lib/Doctrine/DBAL/Platforms/Keywords/MySQL80Keywords.php
+0
-2
MySQLKeywords.php
lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php
+0
-2
OracleKeywords.php
lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php
+0
-2
PostgreSQL91Keywords.php
...Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php
+0
-2
PostgreSQL92Keywords.php
...Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php
+0
-2
PostgreSQL94Keywords.php
...Doctrine/DBAL/Platforms/Keywords/PostgreSQL94Keywords.php
+0
-2
PostgreSQLKeywords.php
lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php
+0
-2
SQLiteKeywords.php
lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php
+0
-2
MariaDb1027Platform.php
lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php
+0
-2
MySQL57Platform.php
lib/Doctrine/DBAL/Platforms/MySQL57Platform.php
+0
-2
MySQL80Platform.php
lib/Doctrine/DBAL/Platforms/MySQL80Platform.php
+0
-2
PostgreSQL91Platform.php
lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php
+0
-2
PostgreSQL92Platform.php
lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php
+0
-2
PostgreSQL94Platform.php
lib/Doctrine/DBAL/Platforms/PostgreSQL94Platform.php
+0
-2
SQLAnywhere11Platform.php
lib/Doctrine/DBAL/Platforms/SQLAnywhere11Platform.php
+0
-2
SQLAnywhere12Platform.php
lib/Doctrine/DBAL/Platforms/SQLAnywhere12Platform.php
+0
-2
SQLAnywhere16Platform.php
lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php
+0
-2
SQLAnywherePlatform.php
lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php
+0
-2
Connection.php
lib/Doctrine/DBAL/Portability/Connection.php
+0
-2
Statement.php
lib/Doctrine/DBAL/Portability/Statement.php
+0
-2
CompositeExpression.php
lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
+0
-2
ExpressionBuilder.php
lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
+0
-2
QueryBuilder.php
lib/Doctrine/DBAL/Query/QueryBuilder.php
+0
-2
SQLParserUtils.php
lib/Doctrine/DBAL/SQLParserUtils.php
+0
-2
SQLParserUtilsException.php
lib/Doctrine/DBAL/SQLParserUtilsException.php
+0
-2
AbstractAsset.php
lib/Doctrine/DBAL/Schema/AbstractAsset.php
+0
-2
Column.php
lib/Doctrine/DBAL/Schema/Column.php
+0
-2
ColumnDiff.php
lib/Doctrine/DBAL/Schema/ColumnDiff.php
+0
-2
Comparator.php
lib/Doctrine/DBAL/Schema/Comparator.php
+0
-2
Constraint.php
lib/Doctrine/DBAL/Schema/Constraint.php
+0
-2
DB2SchemaManager.php
lib/Doctrine/DBAL/Schema/DB2SchemaManager.php
+0
-2
ForeignKeyConstraint.php
lib/Doctrine/DBAL/Schema/ForeignKeyConstraint.php
+0
-2
Identifier.php
lib/Doctrine/DBAL/Schema/Identifier.php
+0
-2
SQLAnywhereSchemaManager.php
lib/Doctrine/DBAL/Schema/SQLAnywhereSchemaManager.php
+0
-2
Schema.php
lib/Doctrine/DBAL/Schema/Schema.php
+0
-2
SchemaConfig.php
lib/Doctrine/DBAL/Schema/SchemaConfig.php
+0
-2
SchemaDiff.php
lib/Doctrine/DBAL/Schema/SchemaDiff.php
+0
-2
Sequence.php
lib/Doctrine/DBAL/Schema/Sequence.php
+0
-2
Table.php
lib/Doctrine/DBAL/Schema/Table.php
+0
-2
TableDiff.php
lib/Doctrine/DBAL/Schema/TableDiff.php
+0
-2
View.php
lib/Doctrine/DBAL/Schema/View.php
+0
-2
DropSchemaSqlCollector.php
lib/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php
+0
-2
NamespaceVisitor.php
lib/Doctrine/DBAL/Schema/Visitor/NamespaceVisitor.php
+0
-2
SchemaDiffVisitor.php
lib/Doctrine/DBAL/Schema/Visitor/SchemaDiffVisitor.php
+0
-2
Visitor.php
lib/Doctrine/DBAL/Schema/Visitor/Visitor.php
+0
-2
ImportCommand.php
lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php
+0
-2
RunSqlCommand.php
lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php
+0
-2
ConnectionHelper.php
lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php
+0
-2
ConversionException.php
lib/Doctrine/DBAL/Types/ConversionException.php
+3
-6
DateTimeTzType.php
lib/Doctrine/DBAL/Types/DateTimeTzType.php
+0
-2
VarDateTimeType.php
lib/Doctrine/DBAL/Types/VarDateTimeType.php
+0
-2
Version.php
lib/Doctrine/DBAL/Version.php
+0
-2
VersionAwarePlatformDriver.php
lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
+0
-2
ComparatorTest.php
tests/Doctrine/Tests/DBAL/Schema/ComparatorTest.php
+0
-3
PoolingShardManagerTest.php
.../Doctrine/Tests/DBAL/Sharding/PoolingShardManagerTest.php
+1
-17
No files found.
bin/doctrine-dbal.php
View file @
72b4e777
<?php
/*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* This software consists of voluntary contributions made by many individuals
* and is licensed under the MIT license. For more information, see
* <http://www.doctrine-project.org>.
*/
use
Doctrine\DBAL\Tools\Console\ConsoleRunner
;
use
Symfony\Component\Console\Helper\HelperSet
;
...
...
lib/Doctrine/DBAL/Connection.php
View file @
72b4e777
...
...
@@ -34,8 +34,6 @@ use function key;
* A wrapper around a Doctrine\DBAL\Driver\Connection that adds features like
* events, transaction isolation levels, configuration, emulated transaction nesting,
* lazy connecting and more.
*
* @link www.doctrine-project.org
*/
class
Connection
implements
DriverConnection
{
...
...
lib/Doctrine/DBAL/ConnectionException.php
View file @
72b4e777
...
...
@@ -2,9 +2,6 @@
namespace
Doctrine\DBAL
;
/**
* @link www.doctrine-project.org
*/
class
ConnectionException
extends
DBALException
{
/**
...
...
lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php
View file @
72b4e777
...
...
@@ -9,8 +9,6 @@ use Doctrine\DBAL\Schema\DB2SchemaManager;
/**
* Abstract base implementation of the {@link Doctrine\DBAL\Driver} interface for IBM DB2 based drivers.
*
* @link www.doctrine-project.org
*/
abstract
class
AbstractDB2Driver
implements
Driver
{
...
...
lib/Doctrine/DBAL/Driver/AbstractDriverException.php
View file @
72b4e777
...
...
@@ -6,8 +6,6 @@ use Exception;
/**
* Abstract base implementation of the {@link DriverException} interface.
*
* @link www.doctrine-project.org
*/
abstract
class
AbstractDriverException
extends
Exception
implements
DriverException
{
...
...
lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
View file @
72b4e777
...
...
@@ -18,8 +18,6 @@ use function version_compare;
/**
* Abstract base implementation of the {@link Doctrine\DBAL\Driver} interface for MySQL based drivers.
*
* @link www.doctrine-project.org
*/
abstract
class
AbstractMySQLDriver
implements
Driver
,
ExceptionConverterDriver
,
VersionAwarePlatformDriver
{
...
...
lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php
View file @
72b4e777
...
...
@@ -11,8 +11,6 @@ use Doctrine\DBAL\Schema\OracleSchemaManager;
/**
* Abstract base implementation of the {@link Doctrine\DBAL\Driver} interface for Oracle based drivers.
*
* @link www.doctrine-project.org
*/
abstract
class
AbstractOracleDriver
implements
Driver
,
ExceptionConverterDriver
{
...
...
lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php
View file @
72b4e777
...
...
@@ -19,8 +19,6 @@ use function version_compare;
/**
* Abstract base implementation of the {@link Doctrine\DBAL\Driver} interface for PostgreSQL based drivers.
*
* @link www.doctrine-project.org
*/
abstract
class
AbstractPostgreSQLDriver
implements
Driver
,
ExceptionConverterDriver
,
VersionAwarePlatformDriver
{
...
...
lib/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php
View file @
72b4e777
...
...
@@ -17,8 +17,6 @@ use function version_compare;
/**
* Abstract base implementation of the {@link Doctrine\DBAL\Driver} interface for SAP Sybase SQL Anywhere based drivers.
*
* @link www.doctrine-project.org
*/
abstract
class
AbstractSQLAnywhereDriver
implements
Driver
,
ExceptionConverterDriver
,
VersionAwarePlatformDriver
{
...
...
lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php
View file @
72b4e777
...
...
@@ -16,8 +16,6 @@ use function version_compare;
/**
* Abstract base implementation of the {@link Doctrine\DBAL\Driver} interface for Microsoft SQL Server based drivers.
*
* @link www.doctrine-project.org
*/
abstract
class
AbstractSQLServerDriver
implements
Driver
,
VersionAwarePlatformDriver
{
...
...
lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php
View file @
72b4e777
...
...
@@ -11,8 +11,6 @@ use function strpos;
/**
* Abstract base implementation of the {@link Doctrine\DBAL\Driver} interface for SQLite based drivers.
*
* @link www.doctrine-project.org
*/
abstract
class
AbstractSQLiteDriver
implements
Driver
,
ExceptionConverterDriver
{
...
...
lib/Doctrine/DBAL/Driver/DriverException.php
View file @
72b4e777
...
...
@@ -9,8 +9,6 @@ use Throwable;
*
* Driver exceptions provide the SQLSTATE of the driver
* and the driver specific error code at the time the error occurred.
*
* @link www.doctrine-project.org
*/
interface
DriverException
extends
Throwable
{
...
...
lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Driver;
/**
* Contract for a driver that is capable of converting DBAL driver exceptions into standardized DBAL driver exceptions.
*
* @link www.doctrine-project.org
*/
interface
ExceptionConverterDriver
{
...
...
lib/Doctrine/DBAL/Driver/PDOException.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Driver;
/**
* Tiny wrapper for PDOException instances to implement the {@link DriverException} interface.
*
* @link www.doctrine-project.org
*/
class
PDOException
extends
\PDOException
implements
DriverException
{
...
...
lib/Doctrine/DBAL/Driver/PDOIbm/Driver.php
View file @
72b4e777
...
...
@@ -7,8 +7,6 @@ use Doctrine\DBAL\Driver\PDOConnection;
/**
* Driver for the PDO IBM extension.
*
* @link www.doctrine-project.org
*/
class
Driver
extends
AbstractDB2Driver
{
...
...
lib/Doctrine/DBAL/Driver/PingableConnection.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Driver;
/**
* An interface for connections which support a "native" ping method.
*
* @link www.doctrine-project.org
*/
interface
PingableConnection
{
...
...
lib/Doctrine/DBAL/Driver/SQLAnywhere/Driver.php
View file @
72b4e777
...
...
@@ -10,8 +10,6 @@ use function implode;
/**
* A Doctrine DBAL driver for the SAP Sybase SQL Anywhere PHP extension.
*
* @link www.doctrine-project.org
*/
class
Driver
extends
AbstractSQLAnywhereDriver
{
...
...
lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereConnection.php
View file @
72b4e777
...
...
@@ -25,8 +25,6 @@ use function sasql_set_option;
/**
* SAP Sybase SQL Anywhere implementation of the Connection interface.
*
* @link www.doctrine-project.org
*/
class
SQLAnywhereConnection
implements
Connection
,
ServerInfoAwareConnection
{
...
...
lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php
View file @
72b4e777
...
...
@@ -13,8 +13,6 @@ use function sasql_stmt_error;
/**
* SAP Sybase SQL Anywhere driver exception.
*
* @link www.doctrine-project.org
*/
class
SQLAnywhereException
extends
AbstractDriverException
{
...
...
lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php
View file @
72b4e777
...
...
@@ -38,8 +38,6 @@ use function sprintf;
/**
* SAP SQL Anywhere implementation of the Statement interface.
*
* @link www.doctrine-project.org
*/
class
SQLAnywhereStatement
implements
IteratorAggregate
,
Statement
{
...
...
lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Driver;
/**
* Contract for a connection that is able to provide information about the server it is connected to.
*
* @link www.doctrine-project.org
*/
interface
ServerInfoAwareConnection
{
...
...
lib/Doctrine/DBAL/Driver/Statement.php
View file @
72b4e777
...
...
@@ -9,8 +9,6 @@ use Doctrine\DBAL\ParameterType;
* Drivers must implement this interface.
*
* This resembles (a subset of) the PDOStatement interface.
*
* @link www.doctrine-project.org
*/
interface
Statement
extends
ResultStatement
{
...
...
lib/Doctrine/DBAL/Event/ConnectionEventArgs.php
View file @
72b4e777
...
...
@@ -10,8 +10,6 @@ use Doctrine\DBAL\Schema\AbstractSchemaManager;
/**
* Event Arguments used when a Driver connection is established inside Doctrine\DBAL\Connection.
*
* @link www.doctrine-project.org
*/
class
ConnectionEventArgs
extends
EventArgs
{
...
...
lib/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php
View file @
72b4e777
...
...
@@ -10,8 +10,6 @@ use Doctrine\DBAL\Events;
* MySQL Session Init Event Subscriber which allows to set the Client Encoding of the Connection.
*
* @deprecated Use "charset" option to PDO MySQL Connection instead.
*
* @link www.doctrine-project.org
*/
class
MysqlSessionInit
implements
EventSubscriber
{
...
...
lib/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php
View file @
72b4e777
...
...
@@ -20,8 +20,6 @@ use function implode;
* NLS_DATE_FORMAT="YYYY-MM-DD HH24:MI:SS"
* NLS_TIMESTAMP_FORMAT="YYYY-MM-DD HH24:MI:SS"
* NLS_TIMESTAMP_TZ_FORMAT="YYYY-MM-DD HH24:MI:SS TZH:TZM"
*
* @link www.doctrine-project.org
*/
class
OracleSessionInit
implements
EventSubscriber
{
...
...
lib/Doctrine/DBAL/Event/Listeners/SQLSessionInit.php
View file @
72b4e777
...
...
@@ -8,8 +8,6 @@ use Doctrine\DBAL\Events;
/**
* Session init listener for executing a single SQL statement right after a connection is opened.
*
* @link www.doctrine-project.org
*/
class
SQLSessionInit
implements
EventSubscriber
{
...
...
lib/Doctrine/DBAL/Event/SchemaAlterTableAddColumnEventArgs.php
View file @
72b4e777
...
...
@@ -10,8 +10,6 @@ use function is_array;
/**
* Event Arguments used when SQL queries for adding table columns are generated inside Doctrine\DBAL\Platform\*Platform.
*
* @link www.doctrine-project.org
*/
class
SchemaAlterTableAddColumnEventArgs
extends
SchemaEventArgs
{
...
...
lib/Doctrine/DBAL/Event/SchemaAlterTableChangeColumnEventArgs.php
View file @
72b4e777
...
...
@@ -10,8 +10,6 @@ use function is_array;
/**
* Event Arguments used when SQL queries for changing table columns are generated inside Doctrine\DBAL\Platform\*Platform.
*
* @link www.doctrine-project.org
*/
class
SchemaAlterTableChangeColumnEventArgs
extends
SchemaEventArgs
{
...
...
lib/Doctrine/DBAL/Event/SchemaAlterTableEventArgs.php
View file @
72b4e777
...
...
@@ -9,8 +9,6 @@ use function is_array;
/**
* Event Arguments used when SQL queries for creating tables are generated inside Doctrine\DBAL\Platform\*Platform.
*
* @link www.doctrine-project.org
*/
class
SchemaAlterTableEventArgs
extends
SchemaEventArgs
{
...
...
lib/Doctrine/DBAL/Event/SchemaAlterTableRemoveColumnEventArgs.php
View file @
72b4e777
...
...
@@ -10,8 +10,6 @@ use function is_array;
/**
* Event Arguments used when SQL queries for removing table columns are generated inside Doctrine\DBAL\Platform\*Platform.
*
* @link www.doctrine-project.org
*/
class
SchemaAlterTableRemoveColumnEventArgs
extends
SchemaEventArgs
{
...
...
lib/Doctrine/DBAL/Event/SchemaAlterTableRenameColumnEventArgs.php
View file @
72b4e777
...
...
@@ -10,8 +10,6 @@ use function is_array;
/**
* Event Arguments used when SQL queries for renaming table columns are generated inside Doctrine\DBAL\Platform\*Platform.
*
* @link www.doctrine-project.org
*/
class
SchemaAlterTableRenameColumnEventArgs
extends
SchemaEventArgs
{
...
...
lib/Doctrine/DBAL/Event/SchemaColumnDefinitionEventArgs.php
View file @
72b4e777
...
...
@@ -8,8 +8,6 @@ use Doctrine\DBAL\Schema\Column;
/**
* Event Arguments used when the portable column definition is generated inside Doctrine\DBAL\Schema\AbstractSchemaManager.
*
* @link www.doctrine-project.org
*/
class
SchemaColumnDefinitionEventArgs
extends
SchemaEventArgs
{
...
...
lib/Doctrine/DBAL/Event/SchemaCreateTableColumnEventArgs.php
View file @
72b4e777
...
...
@@ -10,8 +10,6 @@ use function is_array;
/**
* Event Arguments used when SQL queries for creating table columns are generated inside Doctrine\DBAL\Platform\AbstractPlatform.
*
* @link www.doctrine-project.org
*/
class
SchemaCreateTableColumnEventArgs
extends
SchemaEventArgs
{
...
...
lib/Doctrine/DBAL/Event/SchemaCreateTableEventArgs.php
View file @
72b4e777
...
...
@@ -10,8 +10,6 @@ use function is_array;
/**
* Event Arguments used when SQL queries for creating tables are generated inside Doctrine\DBAL\Platform\AbstractPlatform.
*
* @link www.doctrine-project.org
*/
class
SchemaCreateTableEventArgs
extends
SchemaEventArgs
{
...
...
lib/Doctrine/DBAL/Event/SchemaDropTableEventArgs.php
View file @
72b4e777
...
...
@@ -9,8 +9,6 @@ use function is_string;
/**
* Event Arguments used when the SQL query for dropping tables are generated inside Doctrine\DBAL\Platform\AbstractPlatform.
*
* @link www.doctrine-project.org
*/
class
SchemaDropTableEventArgs
extends
SchemaEventArgs
{
...
...
lib/Doctrine/DBAL/Event/SchemaEventArgs.php
View file @
72b4e777
...
...
@@ -6,8 +6,6 @@ use Doctrine\Common\EventArgs;
/**
* Base class for schema related events.
*
* @link www.doctrine-project.org
*/
class
SchemaEventArgs
extends
EventArgs
{
...
...
lib/Doctrine/DBAL/Event/SchemaIndexDefinitionEventArgs.php
View file @
72b4e777
...
...
@@ -8,8 +8,6 @@ use Doctrine\DBAL\Schema\Index;
/**
* Event Arguments used when the portable index definition is generated inside Doctrine\DBAL\Schema\AbstractSchemaManager.
*
* @link www.doctrine-project.org
*/
class
SchemaIndexDefinitionEventArgs
extends
SchemaEventArgs
{
...
...
lib/Doctrine/DBAL/Exception/ConnectionException.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Exception;
/**
* Base class for all connection related errors detected in the driver.
*
* @link www.doctrine-project.org
*/
class
ConnectionException
extends
DriverException
{
...
...
lib/Doctrine/DBAL/Exception/ConstraintViolationException.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Exception;
/**
* Base class for all constraint violation related errors detected in the driver.
*
* @link www.doctrine-project.org
*/
class
ConstraintViolationException
extends
ServerException
{
...
...
lib/Doctrine/DBAL/Exception/DatabaseObjectExistsException.php
View file @
72b4e777
...
...
@@ -8,8 +8,6 @@ namespace Doctrine\DBAL\Exception;
* A database object is considered any asset that can be created in a database
* such as schemas, tables, views, sequences, triggers, constraints, indexes,
* functions, stored procedures etc.
*
* @link www.doctrine-project.org
*/
class
DatabaseObjectExistsException
extends
ServerException
{
...
...
lib/Doctrine/DBAL/Exception/DatabaseObjectNotFoundException.php
View file @
72b4e777
...
...
@@ -8,8 +8,6 @@ namespace Doctrine\DBAL\Exception;
* A database object is considered any asset that can be created in a database
* such as schemas, tables, views, sequences, triggers, constraints, indexes,
* functions, stored procedures etc.
*
* @link www.doctrine-project.org
*/
class
DatabaseObjectNotFoundException
extends
ServerException
{
...
...
lib/Doctrine/DBAL/Exception/DeadlockException.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Exception;
/**
* Exception for a deadlock error of a transaction detected in the driver.
*
* @link www.doctrine-project.org
*/
class
DeadlockException
extends
ServerException
implements
RetryableException
{
...
...
lib/Doctrine/DBAL/Exception/DriverException.php
View file @
72b4e777
...
...
@@ -7,8 +7,6 @@ use Exception;
/**
* Base class for all errors detected in the driver.
*
* @link www.doctrine-project.org
*/
class
DriverException
extends
DBALException
{
...
...
lib/Doctrine/DBAL/Exception/ForeignKeyConstraintViolationException.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Exception;
/**
* Exception for a foreign key constraint violation detected in the driver.
*
* @link www.doctrine-project.org
*/
class
ForeignKeyConstraintViolationException
extends
ConstraintViolationException
{
...
...
lib/Doctrine/DBAL/Exception/InvalidArgumentException.php
View file @
72b4e777
...
...
@@ -6,8 +6,6 @@ use Doctrine\DBAL\DBALException;
/**
* Exception to be thrown when invalid arguments are passed to any DBAL API
*
* @link www.doctrine-project.org
*/
class
InvalidArgumentException
extends
DBALException
{
...
...
lib/Doctrine/DBAL/Exception/InvalidFieldNameException.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Exception;
/**
* Exception for an invalid specified field name in a statement detected in the driver.
*
* @link www.doctrine-project.org
*/
class
InvalidFieldNameException
extends
ServerException
{
...
...
lib/Doctrine/DBAL/Exception/LockWaitTimeoutException.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Exception;
/**
* Exception for a lock wait timeout error of a transaction detected in the driver.
*
* @link www.doctrine-project.org
*/
class
LockWaitTimeoutException
extends
ServerException
implements
RetryableException
{
...
...
lib/Doctrine/DBAL/Exception/NonUniqueFieldNameException.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Exception;
/**
* Exception for a non-unique/ambiguous specified field name in a statement detected in the driver.
*
* @link www.doctrine-project.org
*/
class
NonUniqueFieldNameException
extends
ServerException
{
...
...
lib/Doctrine/DBAL/Exception/NotNullConstraintViolationException.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Exception;
/**
* Exception for a NOT NULL constraint violation detected in the driver.
*
* @link www.doctrine-project.org
*/
class
NotNullConstraintViolationException
extends
ConstraintViolationException
{
...
...
lib/Doctrine/DBAL/Exception/ReadOnlyException.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Exception;
/**
* Exception for a write operation attempt on a read-only database element detected in the driver.
*
* @link www.doctrine-project.org
*/
class
ReadOnlyException
extends
ServerException
{
...
...
lib/Doctrine/DBAL/Exception/RetryableException.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Exception;
/**
* Marker interface for all exceptions where retrying the transaction makes sense.
*
* @link www.doctrine-project.org
*/
interface
RetryableException
{
...
...
lib/Doctrine/DBAL/Exception/ServerException.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Exception;
/**
* Base class for all server related errors detected in the driver.
*
* @link www.doctrine-project.org
*/
class
ServerException
extends
DriverException
{
...
...
lib/Doctrine/DBAL/Exception/SyntaxErrorException.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Exception;
/**
* Exception for a syntax error in a statement detected in the driver.
*
* @link www.doctrine-project.org
*/
class
SyntaxErrorException
extends
ServerException
{
...
...
lib/Doctrine/DBAL/Exception/TableExistsException.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Exception;
/**
* Exception for an already existing table referenced in a statement detected in the driver.
*
* @link www.doctrine-project.org
*/
class
TableExistsException
extends
DatabaseObjectExistsException
{
...
...
lib/Doctrine/DBAL/Exception/TableNotFoundException.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Exception;
/**
* Exception for an unknown table referenced in a statement detected in the driver.
*
* @link www.doctrine-project.org
*/
class
TableNotFoundException
extends
DatabaseObjectNotFoundException
{
...
...
lib/Doctrine/DBAL/Exception/UniqueConstraintViolationException.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Exception;
/**
* Exception for a unique constraint violation detected in the driver.
*
* @link www.doctrine-project.org
*/
class
UniqueConstraintViolationException
extends
ConstraintViolationException
{
...
...
lib/Doctrine/DBAL/LockMode.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL;
/**
* Contains all DBAL LockModes.
*
* @link www.doctrine-project.org
*/
class
LockMode
{
...
...
lib/Doctrine/DBAL/Logging/DebugStack.php
View file @
72b4e777
...
...
@@ -6,8 +6,6 @@ use function microtime;
/**
* Includes executed SQLs in a Debug Stack.
*
* @link www.doctrine-project.org
*/
class
DebugStack
implements
SQLLogger
{
...
...
lib/Doctrine/DBAL/Logging/EchoSQLLogger.php
View file @
72b4e777
...
...
@@ -7,8 +7,6 @@ use function var_dump;
/**
* A SQL logger that logs to the standard output using echo/var_dump.
*
* @link www.doctrine-project.org
*/
class
EchoSQLLogger
implements
SQLLogger
{
...
...
lib/Doctrine/DBAL/Logging/LoggerChain.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Logging;
/**
* Chains multiple SQLLogger.
*
* @link www.doctrine-project.org
*/
class
LoggerChain
implements
SQLLogger
{
...
...
lib/Doctrine/DBAL/Logging/SQLLogger.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Logging;
/**
* Interface for SQL loggers.
*
* @link www.doctrine-project.org
*/
interface
SQLLogger
{
...
...
lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
View file @
72b4e777
...
...
@@ -59,8 +59,6 @@ use function trigger_error;
* point of abstraction of platform-specific behaviors, features and SQL dialects.
* They are a passive source of information.
*
* @link www.doctrine-project.org
*
* @todo Remove any unnecessary methods.
*/
abstract
class
AbstractPlatform
...
...
lib/Doctrine/DBAL/Platforms/Keywords/DB2Keywords.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Platforms\Keywords;
/**
* DB2 Keywords.
*
* @link www.doctrine-project.org
*/
class
DB2Keywords
extends
KeywordList
{
...
...
lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.php
View file @
72b4e777
...
...
@@ -8,8 +8,6 @@ use function strtoupper;
/**
* Abstract interface for a SQL reserved keyword dictionary.
*
* @link www.doctrine-project.org
*/
abstract
class
KeywordList
{
...
...
lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Platforms\Keywords;
/**
* MySQL 5.7 reserved keywords list.
*
* @link www.doctrine-project.org
*/
class
MySQL57Keywords
extends
MySQLKeywords
{
...
...
lib/Doctrine/DBAL/Platforms/Keywords/MySQL80Keywords.php
View file @
72b4e777
...
...
@@ -6,8 +6,6 @@ use function array_merge;
/**
* MySQL 8.0 reserved keywords list.
*
* @link www.doctrine-project.org
*/
class
MySQL80Keywords
extends
MySQL57Keywords
{
...
...
lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Platforms\Keywords;
/**
* MySQL Keywordlist.
*
* @link www.doctrine-project.org
*/
class
MySQLKeywords
extends
KeywordList
{
...
...
lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Platforms\Keywords;
/**
* Oracle Keywordlist.
*
* @link www.doctrine-project.org
*/
class
OracleKeywords
extends
KeywordList
{
...
...
lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Platforms\Keywords;
/**
* PostgreSQL 9.1 reserved keywords list.
*
* @link www.doctrine-project.org
*/
class
PostgreSQL91Keywords
extends
PostgreSQLKeywords
{
...
...
lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php
View file @
72b4e777
...
...
@@ -6,8 +6,6 @@ use function array_merge;
/**
* PostgreSQL 9.2 reserved keywords list.
*
* @link www.doctrine-project.org
*/
class
PostgreSQL92Keywords
extends
PostgreSQL91Keywords
{
...
...
lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL94Keywords.php
View file @
72b4e777
...
...
@@ -7,8 +7,6 @@ use function array_merge;
/**
* PostgreSQL 9.4 reserved keywords list.
*
* @link www.doctrine-project.org
*/
class
PostgreSQL94Keywords
extends
PostgreSQL92Keywords
{
...
...
lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Platforms\Keywords;
/**
* PostgreSQL Keywordlist.
*
* @link www.doctrine-project.org
*/
class
PostgreSQLKeywords
extends
KeywordList
{
...
...
lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Platforms\Keywords;
/**
* SQLite Keywordlist.
*
* @link www.doctrine-project.org
*/
class
SQLiteKeywords
extends
KeywordList
{
...
...
lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php
View file @
72b4e777
...
...
@@ -8,8 +8,6 @@ use Doctrine\DBAL\Types\Type;
* Provides the behavior, features and SQL dialect of the MariaDB 10.2 (10.2.7 GA) database platform.
*
* Note: Should not be used with versions prior to 10.2.7.
*
* @link www.doctrine-project.org
*/
final
class
MariaDb1027Platform
extends
MySqlPlatform
{
...
...
lib/Doctrine/DBAL/Platforms/MySQL57Platform.php
View file @
72b4e777
...
...
@@ -8,8 +8,6 @@ use Doctrine\DBAL\Types\Type;
/**
* Provides the behavior, features and SQL dialect of the MySQL 5.7 (5.7.9 GA) database platform.
*
* @link www.doctrine-project.org
*/
class
MySQL57Platform
extends
MySqlPlatform
{
...
...
lib/Doctrine/DBAL/Platforms/MySQL80Platform.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Platforms;
/**
* Provides the behavior, features and SQL dialect of the MySQL 8.0 (8.0 GA) database platform.
*
* @link www.doctrine-project.org
*/
class
MySQL80Platform
extends
MySQL57Platform
{
...
...
lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php
View file @
72b4e777
...
...
@@ -6,8 +6,6 @@ use function explode;
/**
* Provides the behavior, features and SQL dialect of the PostgreSQL 9.1 database platform.
*
* @link www.doctrine-project.org
*/
class
PostgreSQL91Platform
extends
PostgreSqlPlatform
{
...
...
lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php
View file @
72b4e777
...
...
@@ -7,8 +7,6 @@ use function sprintf;
/**
* Provides the behavior, features and SQL dialect of the PostgreSQL 9.2 database platform.
*
* @link www.doctrine-project.org
*/
class
PostgreSQL92Platform
extends
PostgreSQL91Platform
{
...
...
lib/Doctrine/DBAL/Platforms/PostgreSQL94Platform.php
View file @
72b4e777
...
...
@@ -6,8 +6,6 @@ use Doctrine\DBAL\Types\Type;
/**
* Provides the behavior, features and SQL dialect of the PostgreSQL 9.4 database platform.
*
* @link www.doctrine-project.org
*/
class
PostgreSQL94Platform
extends
PostgreSQL92Platform
{
...
...
lib/Doctrine/DBAL/Platforms/SQLAnywhere11Platform.php
View file @
72b4e777
...
...
@@ -5,8 +5,6 @@ namespace Doctrine\DBAL\Platforms;
/**
* The SQLAnywhere11Platform provides the behavior, features and SQL dialect of the
* SAP Sybase SQL Anywhere 11 database platform.
*
* @link www.doctrine-project.org
*/
class
SQLAnywhere11Platform
extends
SQLAnywherePlatform
{
...
...
lib/Doctrine/DBAL/Platforms/SQLAnywhere12Platform.php
View file @
72b4e777
...
...
@@ -8,8 +8,6 @@ use Doctrine\DBAL\Schema\Sequence;
/**
* The SQLAnywhere12Platform provides the behavior, features and SQL dialect of the
* SAP Sybase SQL Anywhere 12 database platform.
*
* @link www.doctrine-project.org
*/
class
SQLAnywhere12Platform
extends
SQLAnywhere11Platform
{
...
...
lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php
View file @
72b4e777
...
...
@@ -8,8 +8,6 @@ use UnexpectedValueException;
/**
* The SQLAnywhere16Platform provides the behavior, features and SQL dialect of the
* SAP Sybase SQL Anywhere 16 database platform.
*
* @link www.doctrine-project.org
*/
class
SQLAnywhere16Platform
extends
SQLAnywhere12Platform
{
...
...
lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php
View file @
72b4e777
...
...
@@ -33,8 +33,6 @@ use function substr;
/**
* The SQLAnywherePlatform provides the behavior, features and SQL dialect of the
* SAP Sybase SQL Anywhere 10 database platform.
*
* @link www.doctrine-project.org
*/
class
SQLAnywherePlatform
extends
AbstractPlatform
{
...
...
lib/Doctrine/DBAL/Portability/Connection.php
View file @
72b4e777
...
...
@@ -12,8 +12,6 @@ use function func_get_args;
/**
* Portability wrapper for a Connection.
*
* @link www.doctrine-project.org
*/
class
Connection
extends
\Doctrine\DBAL\Connection
{
...
...
lib/Doctrine/DBAL/Portability/Statement.php
View file @
72b4e777
...
...
@@ -14,8 +14,6 @@ use function rtrim;
/**
* Portability wrapper for a Statement.
*
* @link www.doctrine-project.org
*/
class
Statement
implements
IteratorAggregate
,
DriverStatement
{
...
...
lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
View file @
72b4e777
...
...
@@ -8,8 +8,6 @@ use function implode;
/**
* Composite expression is responsible to build a group of similar expression.
*
* @link www.doctrine-project.org
*/
class
CompositeExpression
implements
Countable
{
...
...
lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
View file @
72b4e777
...
...
@@ -11,8 +11,6 @@ use function sprintf;
/**
* ExpressionBuilder class is responsible to dynamically create SQL query parts.
*
* @link www.doctrine-project.org
*/
class
ExpressionBuilder
{
...
...
lib/Doctrine/DBAL/Query/QueryBuilder.php
View file @
72b4e777
...
...
@@ -28,8 +28,6 @@ use function substr;
* The query builder does no validation whatsoever if certain features even work with the
* underlying database vendor. Limit queries and joins are NOT applied to UPDATE and DELETE statements
* even if some vendors such as MySQL support it.
*
* @link www.doctrine-project.org
*/
class
QueryBuilder
{
...
...
lib/Doctrine/DBAL/SQLParserUtils.php
View file @
72b4e777
...
...
@@ -20,8 +20,6 @@ use function substr;
/**
* Utility class that parses sql statements with regard to types and parameters.
*
* @link www.doctrine-project.org
*/
class
SQLParserUtils
{
...
...
lib/Doctrine/DBAL/SQLParserUtilsException.php
View file @
72b4e777
...
...
@@ -6,8 +6,6 @@ use function sprintf;
/**
* Doctrine\DBAL\ConnectionException
*
* @link www.doctrine-project.org
*/
class
SQLParserUtilsException
extends
DBALException
{
...
...
lib/Doctrine/DBAL/Schema/AbstractAsset.php
View file @
72b4e777
...
...
@@ -19,8 +19,6 @@ use function substr;
*
* This encapsulation hack is necessary to keep a consistent state of the database schema. Say we have a list of tables
* array($tableName => Table($tableName)); if you want to rename the table, you have to make sure
*
* @link www.doctrine-project.org
*/
abstract
class
AbstractAsset
{
...
...
lib/Doctrine/DBAL/Schema/Column.php
View file @
72b4e777
...
...
@@ -12,8 +12,6 @@ use function trigger_error;
/**
* Object representation of a database column.
*
* @link www.doctrine-project.org
*/
class
Column
extends
AbstractAsset
{
...
...
lib/Doctrine/DBAL/Schema/ColumnDiff.php
View file @
72b4e777
...
...
@@ -6,8 +6,6 @@ use function in_array;
/**
* Represents the change of a column.
*
* @link www.doctrine-project.org
*/
class
ColumnDiff
{
...
...
lib/Doctrine/DBAL/Schema/Comparator.php
View file @
72b4e777
...
...
@@ -15,8 +15,6 @@ use function strtolower;
/**
* Compares two Schemas and return an instance of SchemaDiff.
*
* @link www.doctrine-project.org
*/
class
Comparator
{
...
...
lib/Doctrine/DBAL/Schema/Constraint.php
View file @
72b4e777
...
...
@@ -6,8 +6,6 @@ use Doctrine\DBAL\Platforms\AbstractPlatform;
/**
* Marker interface for constraints.
*
* @link www.doctrine-project.org
*/
interface
Constraint
{
...
...
lib/Doctrine/DBAL/Schema/DB2SchemaManager.php
View file @
72b4e777
...
...
@@ -13,8 +13,6 @@ use function trim;
/**
* IBM Db2 Schema Manager.
*
* @link www.doctrine-project.org
*/
class
DB2SchemaManager
extends
AbstractSchemaManager
{
...
...
lib/Doctrine/DBAL/Schema/ForeignKeyConstraint.php
View file @
72b4e777
...
...
@@ -14,8 +14,6 @@ use function strtoupper;
/**
* An abstraction class for a foreign key constraint.
*
* @link www.doctrine-project.org
*/
class
ForeignKeyConstraint
extends
AbstractAsset
implements
Constraint
{
...
...
lib/Doctrine/DBAL/Schema/Identifier.php
View file @
72b4e777
...
...
@@ -7,8 +7,6 @@ namespace Doctrine\DBAL\Schema;
*
* Wraps identifier names like column names in indexes / foreign keys
* in an abstract class for proper quotation capabilities.
*
* @link www.doctrine-project.org
*/
class
Identifier
extends
AbstractAsset
{
...
...
lib/Doctrine/DBAL/Schema/SQLAnywhereSchemaManager.php
View file @
72b4e777
...
...
@@ -9,8 +9,6 @@ use function preg_replace;
/**
* SAP Sybase SQL Anywhere schema manager.
*
* @link www.doctrine-project.org
*/
class
SQLAnywhereSchemaManager
extends
AbstractSchemaManager
{
...
...
lib/Doctrine/DBAL/Schema/Schema.php
View file @
72b4e777
...
...
@@ -34,8 +34,6 @@ use function strtolower;
* the CREATE/DROP SQL visitors will just filter this queries and do not
* execute them. Only the queries for the currently connected database are
* executed.
*
* @link www.doctrine-project.org
*/
class
Schema
extends
AbstractAsset
{
...
...
lib/Doctrine/DBAL/Schema/SchemaConfig.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Schema;
/**
* Configuration for a Schema.
*
* @link www.doctrine-project.org
*/
class
SchemaConfig
{
...
...
lib/Doctrine/DBAL/Schema/SchemaDiff.php
View file @
72b4e777
...
...
@@ -7,8 +7,6 @@ use function array_merge;
/**
* Schema Diff.
*
* @link www.doctrine-project.org
*/
class
SchemaDiff
{
...
...
lib/Doctrine/DBAL/Schema/Sequence.php
View file @
72b4e777
...
...
@@ -9,8 +9,6 @@ use function sprintf;
/**
* Sequence structure.
*
* @link www.doctrine-project.org
*/
class
Sequence
extends
AbstractAsset
{
...
...
lib/Doctrine/DBAL/Schema/Table.php
View file @
72b4e777
...
...
@@ -17,8 +17,6 @@ use function strtolower;
/**
* Object Representation of a table.
*
* @link www.doctrine-project.org
*/
class
Table
extends
AbstractAsset
{
...
...
lib/Doctrine/DBAL/Schema/TableDiff.php
View file @
72b4e777
...
...
@@ -6,8 +6,6 @@ use Doctrine\DBAL\Platforms\AbstractPlatform;
/**
* Table Diff.
*
* @link www.doctrine-project.org
*/
class
TableDiff
{
...
...
lib/Doctrine/DBAL/Schema/View.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Schema;
/**
* Representation of a Database View.
*
* @link www.doctrine-project.org
*/
class
View
extends
AbstractAsset
{
...
...
lib/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php
View file @
72b4e777
...
...
@@ -12,8 +12,6 @@ use function strlen;
/**
* Gathers SQL statements that allow to completely drop the current schema.
*
* @link www.doctrine-project.org
*/
class
DropSchemaSqlCollector
extends
AbstractVisitor
{
...
...
lib/Doctrine/DBAL/Schema/Visitor/NamespaceVisitor.php
View file @
72b4e777
...
...
@@ -4,8 +4,6 @@ namespace Doctrine\DBAL\Schema\Visitor;
/**
* Visitor that can visit schema namespaces.
*
* @link www.doctrine-project.org
*/
interface
NamespaceVisitor
{
...
...
lib/Doctrine/DBAL/Schema/Visitor/SchemaDiffVisitor.php
View file @
72b4e777
...
...
@@ -9,8 +9,6 @@ use Doctrine\DBAL\Schema\TableDiff;
/**
* Visit a SchemaDiff.
*
* @link www.doctrine-project.org
*/
interface
SchemaDiffVisitor
{
...
...
lib/Doctrine/DBAL/Schema/Visitor/Visitor.php
View file @
72b4e777
...
...
@@ -11,8 +11,6 @@ use Doctrine\DBAL\Schema\Table;
/**
* Schema Visitor used for Validation or Generation purposes.
*
* @link www.doctrine-project.org
*/
interface
Visitor
{
...
...
lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php
View file @
72b4e777
...
...
@@ -24,8 +24,6 @@ use function sprintf;
* the command line.
*
* @deprecated Use a database client application instead
*
* @link www.doctrine-project.org
*/
class
ImportCommand
extends
Command
{
...
...
lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php
View file @
72b4e777
...
...
@@ -16,8 +16,6 @@ use function stripos;
/**
* Task for executing arbitrary SQL that can come from a file or directly from
* the command line.
*
* @link www.doctrine-project.org
*/
class
RunSqlCommand
extends
Command
{
...
...
lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php
View file @
72b4e777
...
...
@@ -7,8 +7,6 @@ use Symfony\Component\Console\Helper\Helper;
/**
* Doctrine CLI Connection Helper.
*
* @link www.doctrine-project.org
*/
class
ConnectionHelper
extends
Helper
{
...
...
lib/Doctrine/DBAL/Types/ConversionException.php
View file @
72b4e777
<?php
/**
* Conversion Exception is thrown when the database to PHP conversion fails.
*
* @link www.doctrine-project.org
*/
namespace
Doctrine\DBAL\Types
;
use
Doctrine\DBAL\DBALException
;
...
...
@@ -19,6 +13,9 @@ use function sprintf;
use
function
strlen
;
use
function
substr
;
/**
* Conversion Exception is thrown when the database to PHP conversion fails.
*/
class
ConversionException
extends
DBALException
{
/**
...
...
lib/Doctrine/DBAL/Types/DateTimeTzType.php
View file @
72b4e777
...
...
@@ -21,8 +21,6 @@ use Doctrine\DBAL\Platforms\AbstractPlatform;
* attached with a timezone such as Europe/Berlin gets saved into the database with
* the offset and re-created from persistence with only the offset, not the original timezone
* attached.
*
* @link www.doctrine-project.org
*/
class
DateTimeTzType
extends
Type
implements
PhpDateTimeMappingType
{
...
...
lib/Doctrine/DBAL/Types/VarDateTimeType.php
View file @
72b4e777
...
...
@@ -12,8 +12,6 @@ use function date_create;
* This type has performance implications as it runs twice as long as the regular
* {@see DateTimeType}, however in certain PostgreSQL configurations with
* TIMESTAMP(n) columns where n > 0 it is necessary to use this type.
*
* @link www.doctrine-project.org
*/
class
VarDateTimeType
extends
DateTimeType
{
...
...
lib/Doctrine/DBAL/Version.php
View file @
72b4e777
...
...
@@ -8,8 +8,6 @@ use function version_compare;
/**
* Class to store and retrieve the version of Doctrine.
*
* @link www.doctrine-project.org
*/
class
Version
{
...
...
lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
View file @
72b4e777
...
...
@@ -11,8 +11,6 @@ use Doctrine\DBAL\Platforms\AbstractPlatform;
* support the correct features and SQL syntax of each version.
* This interface should be implemented by drivers that are capable to do this
* distinction.
*
* @link www.doctrine-project.org
*/
interface
VersionAwarePlatformDriver
{
...
...
tests/Doctrine/Tests/DBAL/Schema/ComparatorTest.php
View file @
72b4e777
...
...
@@ -17,9 +17,6 @@ use Doctrine\DBAL\Types\Type;
use
PHPUnit\Framework\TestCase
;
use
function
array_keys
;
/**
* @link www.doctrine-project.org
*/
class
ComparatorTest
extends
TestCase
{
public
function
testCompareSame1
()
...
...
tests/Doctrine/Tests/DBAL/Sharding/PoolingShardManagerTest.php
View file @
72b4e777
<?php
/*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* This software consists of voluntary contributions made by many individuals
* and is licensed under the LGPL. For more information, see
* <http://www.doctrine-project.org>.
*/
namespace
Doctrine\Tests\DBAL\Sharding
;
use
Doctrine\DBAL\Sharding\PoolingShardConnection
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment