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.