containsTable

open fun containsTable(tableName: String, schemaName: String? = defaultSchemaName): Boolean

Checks if the supplied table exists in the schema.

Uses the longLastingConnection property for the connection.

Return

true if it exists

Parameters

schemaName

the name of the schema that should contain the table

tableName

a string representing the unqualified name of the table