Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
Schema.php
»
Schema
»
Schema::prefixNonTable
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
6 calls to Schema::prefixNonTable()
Schema::addUniqueKey
in drupal/
core/
lib/
Drupal/
Core/
Database/
Driver/
pgsql/
Schema.php
Add a unique key.
Schema::createTableSql
in drupal/
core/
lib/
Drupal/
Core/
Database/
Driver/
pgsql/
Schema.php
Generate SQL to create a new table from a Drupal schema definition.
Schema::dropIndex
in drupal/
core/
lib/
Drupal/
Core/
Database/
Driver/
pgsql/
Schema.php
Drop an index.
Schema::dropPrimaryKey
in drupal/
core/
lib/
Drupal/
Core/
Database/
Driver/
pgsql/
Schema.php
Drop the primary key.
Schema::dropUniqueKey
in drupal/
core/
lib/
Drupal/
Core/
Database/
Driver/
pgsql/
Schema.php
Drop a unique key.
Schema::_createIndexSql
in drupal/
core/
lib/
Drupal/
Core/
Database/
Driver/
pgsql/
Schema.php