RealSQLDatabaseMetaData
The RealSQLDatabaseMetaData
class provides information about the database on
a given connection. For example, the client can call the getUserName()
method to retrieve
the username as known to the database and can call the getTables()
method to
retrieve information about the tables in the database's SQL catalog.