openQuery abstract method

Future<Either<ErrorSqlResult, SelectSuccesSqlResult>> openQuery(
  1. String methodName,
  2. String sql
)

Implementation

Future<Either<ErrorSqlResult, SelectSuccesSqlResult>> openQuery(
    String methodName, String sql);