
sf.querydsl.QueryDSLSupportDatabase Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sorm Show documentation
Show all versions of sorm Show documentation
java jpa tool for spring
The newest version!
package sf.querydsl;
public interface QueryDSLSupportDatabase {
String SQLDEFAULT = "SQLDEFAULT";
String Oracle = "Oracle";
String DB2 = "DB2";
String SQLServer = "SQLServer";
String SQLServer2005 = "SQLServer2005";
String SQLServer2008 = "SQLServer2008";
String SQLServer2012 = "SQLServer2012";
String SQLite = "SQLite";
String PostgreSQL = "PostgreSQL";
String MySQL = "MySQL";
String HSQLDB = "HSQLDB";
String H2 = "H2";
String Firebird = "Firebird";
String Derby = "Derby";
String CUBRID = "CUBRID";
String Teradata = "Teradata";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy