[Top]
Mysql
Mysql.mysql
|
Method Mysql.mysql()->list_tables()
- Method
list_tables
Mysql.mysql_result list_tables()
Mysql.mysql_result list_tables(string wild)
- Description
List tables in the current database
Returns a table containing the names of all tables in the current
database. If the argument wild is given, only those matching it
will be returned.
- See also
list_dbs() , list_fields() , list_processes() ,
Mysql.mysql_result
|