Connection |
drivers/lib/Drupal/Driver/Database/sqlsrv/Connection.php |
Temporary tables: temporary table support is done by means of global temporary tables (#)
to avoid the use of DIRECT QUERIES. You can enable and disable the use of direct queries
with $this->driver_settings->defaultDirectQuery =… |
Context |
drivers/lib/Drupal/Driver/Database/sqlsrv/Context.php |
Defines a behaviour scope for the database
driver that lasts until the object is destroyed. |
DatabaseTransactionCannotCommitAfterRollbackException |
drivers/lib/Drupal/Driver/Database/sqlsrv/DatabaseTransactionCannotCommitAfterRollbackException.php |
Exception to deny attempts to explicitly manage transactions. |
Delete |
drivers/lib/Drupal/Driver/Database/sqlsrv/Delete.php |
|
DriverSettings |
drivers/lib/Drupal/Driver/Database/sqlsrv/DriverSettings.php |
Global settings for the driver. |
Enum |
drivers/lib/Drupal/Driver/Database/sqlsrv/Enum.php |
Base Enum class |
FastCache |
drivers/lib/Drupal/Driver/Database/sqlsrv/FastCache.php |
Static caching layer. |
FastCacheItem |
drivers/lib/Drupal/Driver/Database/sqlsrv/FastCacheItem.php |
|
Insert |
drivers/lib/Drupal/Driver/Database/sqlsrv/Insert.php |
|
Merge |
drivers/lib/Drupal/Driver/Database/sqlsrv/Merge.php |
|
Schema |
drivers/lib/Drupal/Driver/Database/sqlsrv/Schema.php |
|
Select |
drivers/lib/Drupal/Driver/Database/sqlsrv/Select.php |
|
Statement |
drivers/lib/Drupal/Driver/Database/sqlsrv/Statement.php |
|
Transaction |
drivers/lib/Drupal/Driver/Database/sqlsrv/Transaction.php |
|
TransactionIsolationLevel |
drivers/lib/Drupal/Driver/Database/sqlsrv/TransactionIsolationLevel.php |
Available transaction isolation levels. |
TransactionScopeOption |
drivers/lib/Drupal/Driver/Database/sqlsrv/TransactionScopeOption.php |
|
TransactionSettings |
drivers/lib/Drupal/Driver/Database/sqlsrv/TransactionSettings.php |
Behaviour settings for a transaction. |
Truncate |
drivers/lib/Drupal/Driver/Database/sqlsrv/Truncate.php |
|
Update |
drivers/lib/Drupal/Driver/Database/sqlsrv/Update.php |
|
Upsert |
drivers/lib/Drupal/Driver/Database/sqlsrv/Upsert.php |
Implements Native Upsert queries for MSSQL. |
Utils |
drivers/lib/Drupal/Driver/Database/sqlsrv/Utils.php |
|