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.r2dbc.sql.tests.shared.DDLTests.tableExists02
suspend fun Sequence.exists(): Boolean

Returns whether this sequence exists in the database.