- 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 a schema name. Otherwise, the name must match a schema name in the database, with "" used to retrieve those without a schema name.
- typeNamePattern
- a type name. This pattern must match the type name stored in the database.
- attributeNamePattern
- an Attribute name. This pattern must match the attribute name as stored 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 ResultSet describing a subset of the attributes of a specified SQL User Defined Type (UDT) for a specified schema and catalog. The subset is determined by restricting to those attributes whose name matches the attributeNamePattern and whose type name matches the typeNamePattern. Each row of the ResultSet describes one attribute, and the rows are ordered by the columns TYPE_SCHEM, TYPE_NAME and ORDINAL_POSITION. Inherited attributes are not included.
The columns of the returned ResultSet object have the following names and meanings: