com.github.chengyuxing.sql.dsl.clause.condition.BetweenCondition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rabbit-sql Show documentation
Show all versions of rabbit-sql Show documentation
Light wrapper of JDBC, support ddl, dml, query, plsql/procedure/function, transaction and manage sql
file.
package com.github.chengyuxing.sql.dsl.clause.condition;
import com.github.chengyuxing.common.tuple.Pair;
import com.github.chengyuxing.sql.dsl.types.Logic;
import com.github.chengyuxing.sql.dsl.types.StandardOperator;
import java.util.HashMap;
import java.util.Map;
public class BetweenCondition extends Condition