hasColumns abstract method

Future<bool> hasColumns(
  1. String table,
  2. List<String> columns, {
  3. String? schema,
})

Determines if the given table has all of the specified columns.

Implementation

Future<bool> hasColumns(String table, List<String> columns, {String? schema});