Extracted from Pike v7.3 release 16 at 2002-03-05.
pike.roxen.com
[Top]
Mysql
Mysql.mysql

Method Mysql.mysql()->list_tables()


Method list_tables

object(Mysql.mysql_result) Mysql.mysql()->list_tables()
object(Mysql.mysql_result) Mysql.mysql()->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

Mysql.mysql.list_dbs, Mysql.mysql.list_fields, Mysql.mysql.list_processes, Mysql.mysql_result