a catalog name; "" retrieves those without a
catalog; null means drop catalog name from the selection criteria
schemaPattern
a schema name pattern; "" retrieves those
without a schema
tableNamePattern
a table name pattern
types
a list of table types to include; null returns all types
Returns
ResultSet - each row is a table description
Description
Get a description of tables available in a catalog.
Only table descriptions matching the catalog, schema, table
name and type criteria are returned. They are ordered by
TABLE_TYPE, TABLE_SCHEM and TABLE_NAME.