supportsTransactionalDDL

  1. drupal
    1. drupal7
Versionen
drupal7 public DatabaseConnection::supportsTransactionalDDL()

Determine if this driver supports transactional DDL.

DDL queries are those that change the schema, such as ALTER queries.

Rückgabewert

TRUE if this connection supports transactions for DDL queries, FALSE otherwise.

Verwandte Themen

Code

includes/database/database.inc, line 1018

<?php
public function supportsTransactionalDDL() {
  return $this->transactionalDDLSupport;
}
?>

Kommentare

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen