- catalog
- a catalog name. null is used to imply no narrowing of the search by catalog name. Otherwise, the name must match a catalog name held in the database, with "" used to retrieve those without a catalog name.
- schemaPattern
- a schema name pattern. null is used to imply no narrowing of the search by schema name. Otherwise, the name must match a schema name in the database, with "" used to retrieve those without a schema name.
- tableNamePattern
- the table name. This must match the name of the table as declared in the database.
- columnNamePattern
- the column name. This must match the name of a column in the table in the database.
Documentation for this section has not yet been entered.
Type Reason Java.Sql.SQLException if there is a database error.
Returns a description of table columns available in a specified catalog. Only descriptions meeting the specified catalog, schema, table, and column names are returned.
The descriptions are returned as a ResultSet conforming to the following data layout, with one row per table column: