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

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

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

/**
 * @author edward
 * @since 2018-08-09
 */
public class NotNull extends Null {

    NotNull(String field) {
        super(field);
    }

    @Override
    protected Operation assignOp() {
        return Operation.NOT_NULL;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy