get Super Types
fun getSuperTypes( catalog: String? = defaultCatalog, schemaPattern: String? = defaultSchema, typeNamePattern: String? = null): List<SuperType>
Content copied to clipboard
Get super types. If not specified, catalog defaults to defaultCatalog and schemaPattern defaults to defaultSchema
Return
Parameters
catalog
schema Pattern
type Name Pattern
fun getSuperTypes(schema: Schema, typeNamePattern: String? = null): List<SuperType>
Content copied to clipboard
Get super types
Return
Parameters
schema
type Name Pattern