queryArrayWithOptions<T extends List> method
- QueryObjectOptions config
deno-postgres@v0.17.0/Transaction/queryArray.
Implementation
Future<QueryArrayResult<T>> queryArrayWithOptions<T extends List<dynamic>>(
QueryObjectOptions config,
) =>
ClientCommon.queryArrayWithOptions(this, config);