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

cn.icuter.jsql.condition.Condition Maven / Gradle / Ivy

The newest version!
package cn.icuter.jsql.condition;

/**
 * @author edward
 * @since 2018-08-05
 */
public interface Condition {
    String toSql();
    String getField();
    Object getValue();
    int prepareType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy