Back to Exposed

tableNamesByCurrentSchema

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

1.2.01.0 KB
Original Source

tableNamesByCurrentSchema

abstract suspend fun tableNamesByCurrentSchema(tableNamesCache: CacheWithSuspendableDefault<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