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

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

package com.jn.sqlhelper.dialect.expression;

public interface Notable {
    void not(boolean isNotExpression);
    boolean not();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy