menu
odbc_fast package
documentation
application/services/odbc_service.dart
IOdbcService
asyncGetResult abstract method
asyncGetResult abstract method
dark_mode
light_mode
asyncGetResult
abstract method
Future
<
Result
<
QueryResult
>
>
asyncGetResult
(
int
requestId
, {
int
?
maxBufferBytes
,
})
Implementation
Future<Result<QueryResult>> asyncGetResult( int requestId, { int? maxBufferBytes, });
odbc_fast package
documentation
application/services/odbc_service
IOdbcService
asyncGetResult abstract method
IOdbcService class