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