compileForeignKeys abstract method

String? compileForeignKeys(
  1. String table, {
  2. String? schema,
})

Compiles SQL to list foreign keys for a table within an optional schema.

Implementation

String? compileForeignKeys(String table, {String? schema});