Back to Exposed

tableNamesByCurrentSchema

docs/api/exposed-jdbc/org.jetbrains.exposed.v1.jdbc.statements.api/-jdbc-exposed-database-metadata/table-names-by-current-schema.html

1.2.01015 B
Original Source

tableNamesByCurrentSchema

abstract fun tableNamesByCurrentSchema(tableNamesCache: CacheWithDefault<String, List<String>>?): SchemaMetadata

Returns the current schema name and a list of its existing table names, stored as SchemaMetadata.

A tableNamesCache of previously read metadata, if applicable, can be provided to avoid retrieving new metadata.

Generated by Dokka © 2026 Copyright