Back to Exposed

columnConstraints

docs/api/exposed-r2dbc/org.jetbrains.exposed.v1.r2dbc.vendors/-database-dialect-metadata/column-constraints.html

1.2.01.0 KB
Original Source

columnConstraints

suspend fun columnConstraints(vararg tables: Table): Map<Pair<Table, LinkedHashSet<Column<*>>>, List<ForeignKeyConstraint>>

Returns a map with the foreign key constraints of all the defined columns sets in each of the specified tables.

Generated by Dokka © 2026 Copyright