Back to Exposed

listTablesInAllSchemas

docs/api/exposed-r2dbc/org.jetbrains.exposed.v1.r2dbc/-schema-utils/list-tables-in-all-schemas.html

1.2.0630 B
Original Source

listTablesInAllSchemas

suspend fun listTablesInAllSchemas(): List<String>

Returns a list with the names of all the tables in all database schemas. The names will be returned with schema prefixes, if the database supports it, and non-user defined tables, like system information table names, will be included.

Return

A list of table names as strings.

Generated by Dokka © 2026 Copyright