String getClauses({final bool withText = false}) { return "${(withText) ? "ORDER BY" : ""} $columnName ${order.name}"; }