toSQL abstract method
Converts this SQL component to its string representation.
Every implementation must provide this method to generate the appropriate SQL syntax for the component.
Returns the SQL string for this component.
Implementation
@override
String toSQL();