MetaData

Facilities to recover meta-data from a connection

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

this
this(Connection con)
Undocumented in source.

Members

Functions

columns
MySQLColumn[] columns(string table)

Get column metadata for a table in the current database

databases
string[] databases()

List the available databases

functions
MySQLProcedure[] functions()

Get list of stored functions in the current database, and their properties

procedures
MySQLProcedure[] procedures()

Get list of stored procedures in the current database, and their properties

tables
string[] tables()

List the tables in the current database

Meta