Back to Exposed

exists

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

1.2.0962 B
Original Source

exists

fun Schema.exists(): Boolean

Checks if this schema exists or not.


fun Table.exists(): Boolean

Returns whether this table exists in the database.

Samples

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


fun Sequence.exists(): Boolean

Returns whether this sequence exists in the database.

Generated by Dokka © 2026 Copyright