All JDBC drivers provide metadata about the database that can be accessed through the JDBC interface. This metadata includes runtime information such as a listing of the tables and columns in the database. The metadata can also include information about the specific dialect of SQL that is understood by the database.

The JDBC Browser allows you to access all the metadata provided by the JDBC driver. Each of the metadata operations will first ask you to provide parameters for the requested metadata. For example, the List tables operation will ask for a Catalog Name, Schema Name, and Table Name. You can leave these fields blank, in which case all the appropriate metadata will be returned.


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices