menu
odbc_fast package
documentation
application/services/odbc_service.dart
OdbcService
disconnect method
disconnect method
dark_mode
light_mode
disconnect
method
@
override
Future
<
Result
<
void
>
>
disconnect
(
String
connectionId
)
override
Implementation
@override Future<Result<void>> disconnect(String connectionId) => _admin.disconnect(connectionId);
odbc_fast package
documentation
application/services/odbc_service
OdbcService
disconnect method
OdbcService class