SuperType

class SuperType(rs: ResultSet)

Wrapper for results of getSuperTypes

Constructors

Link copied to clipboard
fun SuperType(rs: ResultSet)

Properties

Link copied to clipboard
val catalog: String?

Catalog

Link copied to clipboard
val name: String

Name

Link copied to clipboard
val schema: String

Schema

Link copied to clipboard
val superTypeCatalog: String?

Super type catalog

Link copied to clipboard
val superTypeName: String

Super type name

Link copied to clipboard
val superTypeSchema: String

Super type schema