listTables abstract method
Lists all user tables on the connection, optionally filtered by schema.
Implementation
Future<List<SchemaTable>> listTables({String? schema});
Lists all user tables on the connection, optionally filtered by schema.
Future<List<SchemaTable>> listTables({String? schema});