mysql-native v3.0.0
API Reference Home: [This Version] [Latest Version] [Other Versions]
Struct MetaData
Facilities to recover meta-data from a connection.
struct MetaData
;
It is important to bear in mind that the methods provided will only return the information that is available to the connected user. This may well be quite limited.
Constructors
Name | Description |
---|---|
this
|
Methods
Name | Description |
---|---|
columns
|
Get column metadata for a table in the current database |
databases
|
List the available databases |
functions
|
Get list of stored functions in the current database, and their properties. |
procedures
|
Get list of stored procedures in the current database, and their properties. |
tables
|
List the tables in the current database |