tableNames

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

Return

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

Parameters

schemaName

the name of the schema that should contain the tables. If null, then a list of table 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 user-defined tables may be returned.

Uses the longLastingConnection property for the connection.