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

fun.langel.cql.Language Maven / Gradle / Ivy

The newest version!
package fun.langel.cql;

/**
 * @author [email protected](GuHan)
 * @since 2022/3/18 11:32
 **/
public enum Language {
    MYSQL,

    MONGO,
    // QDL_ELASTIC_SEARCH,
    ELASTIC_SEARCH;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy