query
Executes a cancellable query. If the cancellationSignal is cancelled from another thread, the query will be aborted at the earliest opportunity and an OperationCancelledException will be thrown.
Throws
if the operation was cancelled.
Executes a cancellable query. If the cancellationSignal is cancelled from another thread, the query will be aborted at the earliest opportunity and an OperationCancelledException will be thrown.
Parameters
the SQL query.
arguments to bind.
signal to cancel the query.
Throws
if the operation was cancelled.
Executes a cancellable query. If the cancellationSignal is cancelled from another thread, the query will be aborted at the earliest opportunity and an OperationCancelledException will be thrown.
Parameters
the query to execute.
signal to cancel the query.
Throws
if the operation was cancelled.