catalogTables method
Implementation
Future<Result<QueryResult>> catalogTables({
required String connectionId,
String catalog = '',
String schema = '',
}) =>
_repository.catalogTables(
connectionId,
catalog: catalog,
schema: schema,
);