Package org.wso2.carbon.ndatasource.ui
Class NDataSourceClientConstants.JDBCDriverPrefixes
- java.lang.Object
-
- org.wso2.carbon.ndatasource.ui.NDataSourceClientConstants.JDBCDriverPrefixes
-
- Enclosing class:
- NDataSourceClientConstants
public static final class NDataSourceClientConstants.JDBCDriverPrefixes extends Object
JDBC URL prefixes used to identify the RDBMS engine from the driver.
-
-
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
public static final String INFORMIX
- See Also:
- Constant Field Values
-
-