Raw static method

Expr Raw(
  1. String rawSqlExpr
)

Implementation

static Expr Raw(String rawSqlExpr) {
  return new RawSqlExpr(rawSqlExpr);
}