menu
odbc_fast package
documentation
application/services/odbc_service.dart
IOdbcService
executeAsyncStart abstract method
executeAsyncStart abstract method
dark_mode
light_mode
executeAsyncStart
abstract method
Future
<
Result
<
int
>
>
executeAsyncStart
(
String
connectionId
,
String
sql
)
Implementation
Future<Result<int>> executeAsyncStart(String connectionId, String sql);
odbc_fast package
documentation
application/services/odbc_service
IOdbcService
executeAsyncStart abstract method
IOdbcService class