hasTables

open fun hasTables(schemaName: String? = defaultSchemaName): Boolean

Checks if tables exist in the specified schema.

Uses the longLastingConnection property for the connection.

Return

true if at least one table exists in the schema

Parameters

schemaName

the name of the schema that should contain the tables