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

sf.jooq.JooqSupportDatabase Maven / Gradle / Ivy

The newest version!
package sf.jooq;

public interface JooqSupportDatabase {
    String CUBRID = "CUBRID";
    String DERBY = "DERBY";
    String FIREBIRD = "FIREBIRD";
    String H2 = "H2";
    String HSQLDB = "HSQLDB";
    String MARIADB = "MARIADB";
    String MYSQL = "MYSQL";
    String POSTGRES = "POSTGRES";
    String SQLITE = "SQLITE";
    String DEFAULT = "DEFAULT";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy