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
(con)
|
Initialize a metadata struct with a connection. |
Methods
Name | Description |
---|---|
columns
(table)
|
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 |