queryObjectWithOptions<T> method
- QueryObjectOptions config
deno-postgres@v0.17.0/QueryClient/queryObject.
Implementation
Future<QueryObjectResult<T>> queryObjectWithOptions<T>(
QueryObjectOptions config,
) =>
ClientCommon.queryObjectWithOptions(this, config);