DB_common::provides()

DB_common::provides() -- Checks if the DBMS supports a particular feature

Synopsis

Описание

Checks if a feature is available for the chosen database type.

Параметр

Возвращаемое значение

boolean - TRUE if the feature is supported

Заметка

Эта функция не должна вызываться статически.

Внимание

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.

Пример

    Поддержать сайт на родительском проекте КГБ