PEAR-Handbuch | ||
---|---|---|
Zurück | Nach vorne |
the feature to check
Tabelle 34-1. Possible values are:
$feature value | Meaning |
---|---|
prepare | The database does a pre-check of the SQL statment |
pconnect | The database supports persistent connections |
transactions | The database supports transactions |
limit | The database supports LIMITed SELECT statments |
Diese Methode kann nicht statisch aufgerufen werden.
Warnung |
The provided information are only hints. Check the documentation of your database system for the real supported features. I.e. MySQL supports transactions, but not for every table type. |
Beispiel 34-1. Using provides()
|
Zurück | Zum Anfang | Nach vorne |
DB_common::prepare() | Nach oben | DB_common::query() |