37383940414243
* @author James Leigh */ public class SqlExprSupport { public static SqlExpr abs(SqlExpr arg) { return new SqlAbs(arg); }
38394041424344
* */ public class SqlExprSupport { public static SqlExpr abs(SqlExpr arg) { return new SqlAbs(arg); }