Method Mysql.mysql()->list_tables()
- Method
list_tables
Mysql.mysql.Resultlist_tables()
Mysql.mysql.Resultlist_tables(stringwild)- Description
List tables in the current database
Returns a table containing the names of all tables in the current database. If the argument
wildis given, only those matching it will be returned.- See also
list_dbs(), list_fields(), list_processes(), Mysql.mysql()->Result