Uses of Class
org.xipki.datasource.DatabaseType
-
-
Uses of DatabaseType in org.xipki.datasource
Methods in org.xipki.datasource that return DatabaseType Modifier and Type Method Description static DatabaseTypeDatabaseType. forDataSourceClass(String datasourceClass)static DatabaseTypeDatabaseType. forDriver(String driverClass)static DatabaseTypeDatabaseType. forJdbcUrl(String url)DatabaseTypeDataSourceWrapper. getDatabaseType()static DatabaseTypeDatabaseType. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabaseType[]DatabaseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xipki.datasource with parameters of type DatabaseType Modifier and Type Method Description static SqlStateCodesSqlStateCodes. newInstance(DatabaseType dbType)
-