viewNames

open fun viewNames(schemaName: String?): List<String>

Return

a list of view names within the schema. The list may be empty if no views are defined within the schema.

Parameters

schemaName

the name of the schema that should contain the views. If null, then a list of view names not associated with a schema may be returned. Or, if the schema concept does not exist for the database, then the names of any views may be returned.

Uses the longLastingConnection property for the connection.