menu
odbc_fast package
documentation
infrastructure/native/native_odbc_connection.dart
NativeOdbcConnection
asyncFree method
asyncFree method
dark_mode
light_mode
asyncFree
method
bool
asyncFree
(
int
requestId
)
Frees async request resources.
Implementation
bool asyncFree(int requestId) => _native.asyncFree(requestId);
odbc_fast package
documentation
infrastructure/native/native_odbc_connection
NativeOdbcConnection
asyncFree method
NativeOdbcConnection class