.usingConnection()
Specify an existing database connection to use for this query.
.usingConnection(connection);
Argument | Type | Details | |
---|---|---|---|
1 | connection | An existing database connection obtained using .transaction() or .leaseConnection() . |
An example of .usingConnection()
usage can be found in the example for .transaction()
.