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


Method list_dbs

array(string) list_dbs(string|void wild)

Description

List available databases on this SQL-server.

Parameter wild

Optional wildcard to match against.

This function calls low_list_dbs() and optionally performs wildcard filtering.

See also

low_list_dbs()