queryArrayWithOptions<T extends List> method

Future<QueryArrayResult<T>> queryArrayWithOptions<T extends List>(
  1. QueryObjectOptions config
)

deno-postgres@v0.17.0/Transaction/queryArray.

Implementation

Future<QueryArrayResult<T>> queryArrayWithOptions<T extends List<dynamic>>(
  QueryObjectOptions config,
) =>
    ClientCommon.queryArrayWithOptions(this, config);