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

net.cassite.daf4j.Where Maven / Gradle / Ivy

The newest version!
package net.cassite.daf4j;

/**
 * 可以放在Where子句中作为条件的对象
 */
public interface Where {

    boolean isAnd();

    boolean isOr();

    boolean isCondition();

    boolean isExpression();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy