Back to Exposed

tableConstraints

docs/api/exposed-jdbc/org.jetbrains.exposed.v1.jdbc.statements.api/-jdbc-exposed-database-metadata/table-constraints.html

1.2.0966 B
Original Source

tableConstraints

abstract fun tableConstraints(tables: List<Table>): Map<String, List<ForeignKeyConstraint>>

Returns a map with the ForeignKeyConstraint of all the defined columns in each of the specified tables, with the table name used as the key.

Generated by Dokka © 2026 Copyright