com.queryflow.sql.Where Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of queryflow Show documentation
Show all versions of queryflow Show documentation
An ORM framework that can be developed as quickly as water flows!
The newest version!
package com.queryflow.sql;
import com.queryflow.common.QueryFlowException;
import java.util.LinkedList;
import java.util.List;
@SuppressWarnings("unchecked")
public abstract class Where {
private static final String AND = " AND ";
private static final String OR = " OR ";
private static final String AND_NEW = ") AND (";
private static final String OR_NEW = ") OR (";
protected List