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


Method low_list_tables

protected array(string)|zero low_list_tables()

Description

List tables available in the current database.

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

Note

The default implementation attempts the query "SHOW TABLES".

See also

list_tables()