Package org.wso2.carbon.ndatasource.ui
Class NDataSourceClientConstants.RDBMSEngines
- java.lang.Object
-
- org.wso2.carbon.ndatasource.ui.NDataSourceClientConstants.RDBMSEngines
-
- Enclosing class:
- NDataSourceClientConstants
public static final class NDataSourceClientConstants.RDBMSEngines extends Object
List of RDBMS engines.
-
-
Field Detail
-
MYSQL
public static final String MYSQL
- See Also:
- Constant Field Values
-
DERBY
public static final String DERBY
- See Also:
- Constant Field Values
-
MSSQL
public static final String MSSQL
- See Also:
- Constant Field Values
-
ORACLE
public static final String ORACLE
- See Also:
- Constant Field Values
-
DB2
public static final String DB2
- See Also:
- Constant Field Values
-
HSQLDB
public static final String HSQLDB
- See Also:
- Constant Field Values
-
POSTGRESQL
public static final String POSTGRESQL
- See Also:
- Constant Field Values
-
SYBASE
public static final String SYBASE
- See Also:
- Constant Field Values
-
H2
public static final String H2
- See Also:
- Constant Field Values
-
INFORMIX_SQLI
public static final String INFORMIX_SQLI
- See Also:
- Constant Field Values
-
GENERIC
public static final String GENERIC
- See Also:
- Constant Field Values
-
-