Database Meta Data Viewer
The Meta Data Viewer queries the JDBC or ODBC driver to determine information about the database such as the following:
Versioning information such as the database version, driver version, etc.
General information such as the max lengths supported for certain operations, etc.
Catalogs / Databases: A list of all of the catalogs / databases tied to the current connection.
Schemas: A list of all of the schemas tied to the current connection.
Functions: Information on the functions available such as system functions, date functions, etc.
Types: Information on the data types supported by the database.
Keywords: Keywords used by the database.
Supports: Information on some common options and whether the database supports them or not.