You are here

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

Schema::addField in drivers/lib/Drupal/Driver/Database/sqlsrv/Schema.php
Add a new field to a table.
Schema::addIndex in drivers/lib/Drupal/Driver/Database/sqlsrv/Schema.php
Add an index.
Schema::addPrimaryKey in drivers/lib/Drupal/Driver/Database/sqlsrv/Schema.php
Add a primary key.
Schema::addUniqueKey in drivers/lib/Drupal/Driver/Database/sqlsrv/Schema.php
Add a unique key.
Schema::createTable in drivers/lib/Drupal/Driver/Database/sqlsrv/Schema.php
Create a new table from a Drupal table definition.
Schema::dropTable in drivers/lib/Drupal/Driver/Database/sqlsrv/Schema.php
Drop a table.
Schema::findPrimaryKeyColumns in drivers/lib/Drupal/Driver/Database/sqlsrv/Schema.php
Finds the primary key columns of a table, from the database.
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::queryColumnInformation in drivers/lib/Drupal/Driver/Database/sqlsrv/Schema.php
Database introspection: fetch technical information about a table.
Schema::renameTable in drivers/lib/Drupal/Driver/Database/sqlsrv/Schema.php
Rename a table.