-
- All Implemented Interfaces:
public final class SuperType
Wrapper for results of getSuperTypes
-
-
Field Summary
Fields Modifier and Type Field Description private final String
catalog
private final String
schema
private final String
name
private final String
superTypeCatalog
private final String
superTypeSchema
private final String
superTypeName
-
Method Summary
Modifier and Type Method Description final String
getCatalog()
CatalogSource column: TYPE_CAT final String
getSchema()
SchemaSource column: TYPE_SCHEM final String
getName()
NameSource column: TYPE_NAME final String
getSuperTypeCatalog()
Super type catalogSource column: SUPERTYPE_CAT final String
getSuperTypeSchema()
Super type schemaSource column: SUPERTYPE_SCHEM final String
getSuperTypeName()
Super type nameSource column: SUPERTYPE_NAME Boolean
equals(Object other)
Integer
hashCode()
-
-
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
-
-
-
-