Package io.ebean.migration
Interface DbPlatformNames
-
public interface DbPlatformNames
Known database platform names.
-
-
Field Detail
-
SQLSERVER
static final String SQLSERVER
- See Also:
- Constant Field Values
-
SQLITE
static final String SQLITE
- See Also:
- Constant Field Values
-
POSTGRES
static final String POSTGRES
- See Also:
- Constant Field Values
-
MYSQL
static final String MYSQL
- See Also:
- Constant Field Values
-
ORACLE
static final String ORACLE
- See Also:
- Constant Field Values
-
DB2
static final String DB2
- See Also:
- Constant Field Values
-
H2
static final String H2
- See Also:
- Constant Field Values
-
HSQL
static final String HSQL
- See Also:
- Constant Field Values
-
SQLANYWHERE
static final String SQLANYWHERE
- See Also:
- Constant Field Values
-
COCKROACH
static final String COCKROACH
- See Also:
- Constant Field Values
-
-