Method __builtin.Sql.Connection()->low_list_dbs()


Method low_list_dbs

protected array(string)|zero low_list_dbs()

Description

List available databases on this SQL-server.

Returns

Returns an array with database names on success and 0 (zero) on failure.

Called by list_dbs().

This function is intended for overriding by drivers not supporting wildcard filtering of database names.

Note

The default implementation attempts the query "SHOW DATABASES".

See also

list_dbs()