| Versionen | |
|---|---|
| drupal7 | public DatabaseConnection::supportsTransactions() |
Determine if this driver supports transactions.
TRUE if this connection supports transactions, FALSE otherwise.
includes/
<?php
public function supportsTransactions() {
return $this->transactionSupport;
}
?>
Kommentare
Kommentar hinzufügen