neuralib.sqlp.table.table_foreign_fields
- neuralib.sqlp.table.table_foreign_fields(table)[source]
get a list of the foreign constraint in the table.
- Parameters:
table (type[T])
- Return type:
list[ForeignConstraint]
get a list of the foreign constraint in the table.
table (type[T])
list[ForeignConstraint]