menu
sql_commander package
documentation
sql_commander_postgres.dart
DBCommand
commandType property
commandType property
dark_mode
light_mode
commandType
property
@
override
String
get
commandType
override
The type of the command. Disposes the command resources.
Implementation
@override String get commandType => 'DB';
sql_commander package
documentation
sql_commander_postgres
DBCommand
commandType property
DBCommand class