All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jn.sqlhelper.dialect.expression.LesserThanExpression Maven / Gradle / Ivy

Go to download

Database dialects ( supports pagination, UrlParser, SqlStatementParser, WallFilter, BatchExecutor for Test) based Java, you can use it in any ORM framework.

There is a newer version: 5.0.7
Show newest version
package com.jn.sqlhelper.dialect.expression;

import com.jn.langx.el.expression.operator.compare.LT;

public class LesserThanExpression extends LT implements SQLExpression, SymbolExpression {
    public LesserThanExpression(){
        setOperateSymbol("<");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy