445446447448449450451
* * @param text the expression to be evaluated * @return the builder to continue processing the DSL */ public T sql(String text) { return expression(new SqlExpression(text)); }