You are here

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

Schema::addField in src/Driver/Database/sqlsrv/Schema.php
Add a new field to a table.
Schema::addIndex in src/Driver/Database/sqlsrv/Schema.php
Add an index.
Schema::addPrimaryKey in src/Driver/Database/sqlsrv/Schema.php
Add a primary key.
Schema::addUniqueKey in src/Driver/Database/sqlsrv/Schema.php
Add a unique key.
Schema::createTable in src/Driver/Database/sqlsrv/Schema.php
Create a new table from a Drupal table definition.
Schema::dropTable in src/Driver/Database/sqlsrv/Schema.php
Drop a table.
Schema::findPrimaryKeyColumns in src/Driver/Database/sqlsrv/Schema.php
Finds the primary key columns of a table, from the database.
Schema::introspectIndexSchema in src/Driver/Database/sqlsrv/Schema.php
Finds the columns for the primary key, unique keys and indexes of a table.
Schema::queryColumnInformation in src/Driver/Database/sqlsrv/Schema.php
Database introspection: fetch technical information about a table.
Schema::renameTable in src/Driver/Database/sqlsrv/Schema.php
Rename a table.