menu
sql_commander package
documentation
sql_commander_postgres.dart
DBConnectionProvider<C extends DBConnection>
close abstract method
close abstract method
dark_mode
light_mode
close
abstract method
FutureOr
<
int
>
close
(
)
Closes the provider and it's connections.
Implementation
FutureOr<int> close();
sql_commander package
documentation
sql_commander_postgres
DBConnectionProvider<C extends DBConnection>
close abstract method
DBConnectionProvider class