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