executePreparedParamValues method
Future<Result<QueryResult> >
executePreparedParamValues(
- String connectionId,
- int stmtId,
- List<
ParamValue> ? params, - StatementOptions? options,
Implementation
Future<Result<QueryResult>> executePreparedParamValues(
String connectionId,
int stmtId,
List<ParamValue>? params,
StatementOptions? options,
) =>
_repository.executePreparedParamValues(
connectionId,
stmtId,
params,
options,
);