getSuperTypes Method (SQLServerDatabaseMetaData)
Retrieves a description of the user-defined type hierarchies that are defined in a particular schema in this database.
Nota
This method is not currently supported with the Microsoft SQL Server 2005 JDBC Driver. When used, this method will always return an empty result set.
public java.sql.ResultSet getSuperTypes(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String typeNamePattern)
Parámetros
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.
Valor devuelto
A SQLServerResultSet object.
Excepciones
Notas
This getSuperTypes method is specified by the getSuperTypes method in the java.sql.DatabaseMetaData interface.
Vea también
Referencia
SQLServerDatabaseMetaData Class
Conceptos
SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members