menu
sql_commander package
documentation
sql_commander_postgres.dart
Command<P>
execute abstract method
execute abstract method
dark_mode
light_mode
execute
abstract method
Future
<
bool
>
execute
(
{
P?
prepared
,
})
Executes the command and returns
true
if successful.
Implementation
Future<bool> execute({P? prepared});
sql_commander package
documentation
sql_commander_postgres
Command<P>
execute abstract method
Command class