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