cancelStatement method

bool cancelStatement(
  1. int stmtId
)

Requests cancellation of a prepared statement execution.

Returns true on success, false when cancellation fails or is unsupported.

Implementation

bool cancelStatement(int stmtId) => _native.cancelStatement(stmtId);