getSuperTypes Method (SQLServerDatabaseMetaData)

Download JDBC driver

Retrieves a description of the user-defined type hierarchies that are defined in a particular schema in this database.

Note

This method is not currently supported with the Microsoft JDBC Driver for SQL Server. When used, this method will always return an empty result set.

Syntax

  
public java.sql.ResultSet getSuperTypes(java.lang.String catalog,  
                                        java.lang.String schemaPattern,  
                                        java.lang.String typeNamePattern)  

Parameters

catalog

A String that contains the catalog name.

schemaPattern

A String that contains the schema name pattern.

tableNamePattern

A String that contains the table name pattern.

Return Value

A SQLServerResultSet object.

Exceptions

SQLServerException

Remarks

This getSuperTypes method is specified by the getSuperTypes method in the java.sql.DatabaseMetaData interface.

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class