DB_common::getCol() | DB_common::getOne() |
DB | |
PEAR Manual | |
array getListOf (
string $type
)
Retrieves information about database users, avaible databases, views and functions.
type of requested info, valid values for $type are database dependent, ie: tables, databases, users, view, functions
array - an ordered array containing the requested data or a DB_Error object on failure
Error code | Error message | Reason | Solution |
DB_ERROR_UNSUPPORTED | not supported | The requested information is not avaible. | Check your user permissions and the database system for support quering the requested information. |
This function can not be called statically.
Using getListOf()
|
DB_common::getCol() | DB_common::getOne() |
DB | |
PEAR Manual | |