-
- All Implemented Interfaces:
public final class SuperTypeWrapper for results of getSuperTypes
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringcatalogprivate final Stringschemaprivate final Stringnameprivate final StringsuperTypeCatalogprivate final StringsuperTypeSchemaprivate final StringsuperTypeName
-
Method Summary
Modifier and Type Method Description final StringgetCatalog()CatalogSource column: TYPE_CAT final StringgetSchema()SchemaSource column: TYPE_SCHEM final StringgetName()NameSource column: TYPE_NAME final StringgetSuperTypeCatalog()Super type catalogSource column: SUPERTYPE_CAT final StringgetSuperTypeSchema()Super type schemaSource column: SUPERTYPE_SCHEM final StringgetSuperTypeName()Super type nameSource column: SUPERTYPE_NAME Booleanequals(Object other)IntegerhashCode()-
-
Constructor Detail
-
SuperType
SuperType(ResultSet rs)
-
-
Method Detail
-
getCatalog
final String getCatalog()
Catalog
Source column: TYPE_CAT
-
getSuperTypeCatalog
final String getSuperTypeCatalog()
Super type catalog
Source column: SUPERTYPE_CAT
-
getSuperTypeSchema
final String getSuperTypeSchema()
Super type schema
Source column: SUPERTYPE_SCHEM
-
getSuperTypeName
final String getSuperTypeName()
Super type name
Source column: SUPERTYPE_NAME
-
-
-
-