Pike programming language

Top Mysql Mysql.mysql
➤ Mysql.mysql()->list_processes() Mysql.mysql()->ping() ➤

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

Extracted from as of .