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


Method list_fields

array(mapping(string:mixed)) list_fields(string table, string|void wild)

Description

List fields available in the specified table

Parameter table

Table to list the fields of.

Parameter wild

Optional wildcard to match against.

The default implementation calls low_list_fields() and applies the wild-card filter on the result.