405406407408409410411
* * @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)); }
403404405406407408409
398399400401402403404
416417418419420421422
401402403404405406407
444445446447448449450
445446447448449450451
417418419420421422423