Package org.firebirdsql.jdbc.metadata
Class GetSuperTypes
- java.lang.Object
-
- org.firebirdsql.jdbc.metadata.GetSuperTypes
-
public final class GetSuperTypes extends java.lang.Object
Provides the implementation ofDatabaseMetaData.getSuperTypes(String, String, String)
.- Since:
- 5
- Author:
- Mark Rotteveel
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetSuperTypes
create(DbMetadataMediator mediator)
java.sql.ResultSet
getSuperTypes()
-
-
-
Method Detail
-
getSuperTypes
public java.sql.ResultSet getSuperTypes() throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
create
public static GetSuperTypes create(DbMetadataMediator mediator)
-
-