You are here

7 calls to Schema::queryColumnInformation() in Drupal driver for SQL Server and SQL Azure 3.0.x

Schema::calculateClusteredIndexRowSizeBytes in drivers/lib/Drupal/Driver/Database/sqlsrv/Schema.php
Estimates the row size of a clustered index.
Schema::createIndexSql in drivers/lib/Drupal/Driver/Database/sqlsrv/Schema.php
Returns the SQL needed to create an index.
Schema::dropFieldRelatedObjects in drivers/lib/Drupal/Driver/Database/sqlsrv/Schema.php
Drop the related objects of a column (indexes, constraints, etc.).
Schema::introspectIndexSchema in drivers/lib/Drupal/Driver/Database/sqlsrv/Schema.php
Finds the columns for the primary key, unique keys and indexes of a table.
Schema::introspectPrimaryKeyFields in drivers/lib/Drupal/Driver/Database/sqlsrv/Schema.php
Get the list of fields participating in the Primary Key.
Schema::loadFieldsSpec in drivers/lib/Drupal/Driver/Database/sqlsrv/Schema.php
Load field spec.
Schema::tableHasXmlIndex in drivers/lib/Drupal/Driver/Database/sqlsrv/Schema.php
Check if a table already has an XML index.