executeAsyncStart method

int? executeAsyncStart(
  1. int connectionId,
  2. String sql
)

Starts non-blocking query execution and returns async request ID.

Implementation

int? executeAsyncStart(int connectionId, String sql) =>
    _native.executeAsyncStart(connectionId, sql);