Back to Exposed

exists

docs/api/exposed-r2dbc/org.jetbrains.exposed.v1.r2dbc/exists.html

1.2.0996 B
Original Source

exists

suspend fun Schema.exists(): Boolean

Checks if this schema exists or not.


suspend fun Table.exists(): Boolean

Returns whether this table exists in the database.

Samples

org.jetbrains.exposed.v1.r2dbc.sql.tests.shared.DDLTests.tableExists02


suspend fun Sequence.exists(): Boolean

Returns whether this sequence exists in the database.

Generated by Dokka © 2026 Copyright