getSql method
Returns the SQL string for this command.
Subclasses can override this to generate SQL based on the parameters p.
Implementation
String getSql(P? p) => apply(p).$1;
Returns the SQL string for this command.
Subclasses can override this to generate SQL based on the parameters p.
String getSql(P? p) => apply(p).$1;