singleUse property

TransactionOptions? singleUse
getter/setter pair

Execute the read or SQL query in a temporary transaction.

This is the most efficient way to execute a transaction that consists of a single SQL query.

Implementation

TransactionOptions? singleUse;