listTables abstract method

Future<List<SchemaTable>> listTables({
  1. String? schema,
})

Lists all user tables on the connection, optionally filtered by schema.

Implementation

Future<List<SchemaTable>> listTables({String? schema});