Starts non-blocking query execution and returns async request ID.
int? executeAsyncStart(int connectionId, String sql) => _native.executeAsyncStart(connectionId, sql);