execute method
Executes the command and returns true
if successful.
Implementation
@override
Future<bool> execute({DB? prepared, Map<String, dynamic>? properties}) {
return executeSQLs(sqls, properties: properties, prepared: prepared);
}
Executes the command and returns true
if successful.
@override
Future<bool> execute({DB? prepared, Map<String, dynamic>? properties}) {
return executeSQLs(sqls, properties: properties, prepared: prepared);
}