Loading src/Driver/Database/oracle/Connection.php +2 −2 Original line number Diff line number Diff line <?php namespace Drupal\Driver\Database\oracle; namespace Drupal\oracle\Driver\Database\oracle; use Drupal\Core\Database\DatabaseExceptionWrapper; use Drupal\Core\Database\IntegrityConstraintViolationException; Loading Loading @@ -177,7 +177,7 @@ class Connection extends DatabaseConnection { /** * {@inheritdoc} */ protected $statementClass = 'Drupal\Driver\Database\oracle\Statement'; protected $statementClass = 'Drupal\oracle\Driver\Database\oracle\Statement'; /** * {@inheritdoc} Loading src/Driver/Database/oracle/Delete.php +1 −1 Original line number Diff line number Diff line <?php namespace Drupal\Driver\Database\oracle; namespace Drupal\oracle\Driver\Database\oracle; use Drupal\Core\Database\Query\Delete as QueryDelete; Loading src/Driver/Database/oracle/Insert.php +1 −1 Original line number Diff line number Diff line <?php namespace Drupal\Driver\Database\oracle; namespace Drupal\oracle\Driver\Database\oracle; use Drupal\Core\Database\Database; use Drupal\Core\Database\Query\Insert as QueryInsert; Loading src/Driver/Database/oracle/Install/Tasks.php +2 −2 Original line number Diff line number Diff line <?php namespace Drupal\Driver\Database\oracle\Install; namespace Drupal\oracle\Driver\Database\oracle\Install; use Drupal\Core\Database\Install\Tasks as InstallTasks; use Drupal\Core\Database\Database; use Drupal\Driver\Database\oracle\Connection; use Drupal\oracle\Driver\Database\oracle\Connection; /** * Specifies installation tasks for Oracle and equivalent databases. Loading src/Driver/Database/oracle/LongIdentifierHandler.php +2 −2 Original line number Diff line number Diff line <?php namespace Drupal\Driver\Database\oracle; namespace Drupal\oracle\Driver\Database\oracle; /** * Handle long identifiers for Oracle database. Loading Loading @@ -31,7 +31,7 @@ class LongIdentifierHandler { /** * The parent connection. * * @var \Drupal\Driver\Database\oracle\Connection * @var \Drupal\oracle\Driver\Database\oracle\Connection */ private $connection; Loading Loading
src/Driver/Database/oracle/Connection.php +2 −2 Original line number Diff line number Diff line <?php namespace Drupal\Driver\Database\oracle; namespace Drupal\oracle\Driver\Database\oracle; use Drupal\Core\Database\DatabaseExceptionWrapper; use Drupal\Core\Database\IntegrityConstraintViolationException; Loading Loading @@ -177,7 +177,7 @@ class Connection extends DatabaseConnection { /** * {@inheritdoc} */ protected $statementClass = 'Drupal\Driver\Database\oracle\Statement'; protected $statementClass = 'Drupal\oracle\Driver\Database\oracle\Statement'; /** * {@inheritdoc} Loading
src/Driver/Database/oracle/Delete.php +1 −1 Original line number Diff line number Diff line <?php namespace Drupal\Driver\Database\oracle; namespace Drupal\oracle\Driver\Database\oracle; use Drupal\Core\Database\Query\Delete as QueryDelete; Loading
src/Driver/Database/oracle/Insert.php +1 −1 Original line number Diff line number Diff line <?php namespace Drupal\Driver\Database\oracle; namespace Drupal\oracle\Driver\Database\oracle; use Drupal\Core\Database\Database; use Drupal\Core\Database\Query\Insert as QueryInsert; Loading
src/Driver/Database/oracle/Install/Tasks.php +2 −2 Original line number Diff line number Diff line <?php namespace Drupal\Driver\Database\oracle\Install; namespace Drupal\oracle\Driver\Database\oracle\Install; use Drupal\Core\Database\Install\Tasks as InstallTasks; use Drupal\Core\Database\Database; use Drupal\Driver\Database\oracle\Connection; use Drupal\oracle\Driver\Database\oracle\Connection; /** * Specifies installation tasks for Oracle and equivalent databases. Loading
src/Driver/Database/oracle/LongIdentifierHandler.php +2 −2 Original line number Diff line number Diff line <?php namespace Drupal\Driver\Database\oracle; namespace Drupal\oracle\Driver\Database\oracle; /** * Handle long identifiers for Oracle database. Loading Loading @@ -31,7 +31,7 @@ class LongIdentifierHandler { /** * The parent connection. * * @var \Drupal\Driver\Database\oracle\Connection * @var \Drupal\oracle\Driver\Database\oracle\Connection */ private $connection; Loading