get Super Tables
fun getSuperTables( catalog: String? = defaultCatalog, schemaPattern: String? = defaultSchema, tableNamePattern: String? = null): List<Table>
Content copied to clipboard
Get super tables. If not specified, catalog defaults to defaultCatalog and schemaPattern defaults to defaultSchema
Return
Parameters
catalog
schema Pattern
table Name Pattern
fun getSuperTables(schema: Schema, tableNamePattern: String? = null): List<Table>
Content copied to clipboard
Get super tables
Return
Parameters
schema
table Name Pattern