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

com.github.yulichang.annotation.enums.SqlKeyword Maven / Gradle / Ivy

There is a newer version: 1.5.2
Show newest version
package com.github.yulichang.annotation.enums;

/**
 * @author yulichang
 * @since 1.4.5
 */
public enum SqlKeyword {
    NOT,
    IN,
    NOT_IN,
    LIKE,
    NOT_LIKE,
    EQ,
    NE,
    GT,
    GE,
    LT,
    LE,
    IS_NULL,
    IS_NOT_NULL,
    BETWEEN,
    NOT_BETWEEN,
    ;

    SqlKeyword() {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy