hasTable abstract method

Future<bool> hasTable(
  1. String table, {
  2. String? schema,
})

Determines if the given table exists.

Implementation

Future<bool> hasTable(String table, {String? schema});