Uses of Class
net.anwiba.commons.datasource.DataSourceType
-
Packages that use DataSourceType Package Description net.anwiba.commons.datasource net.anwiba.commons.datasource.connection -
-
Uses of DataSourceType in net.anwiba.commons.datasource
Methods in net.anwiba.commons.datasource that return DataSourceType Modifier and Type Method Description static DataSourceTypeDataSourceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DataSourceType[]DataSourceType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DataSourceType in net.anwiba.commons.datasource.connection
Methods in net.anwiba.commons.datasource.connection that return DataSourceType Modifier and Type Method Description DataSourceTypeAbstractConnectionDescription. getDataSourceType()DataSourceTypeFileConnectionDescription. getDataSourceType()DataSourceTypeIConnectionDescription. getDataSourceType()DataSourceTypeMemoryConnectionDescription. getDataSourceType()Constructors in net.anwiba.commons.datasource.connection with parameters of type DataSourceType Constructor Description AbstractConnectionDescription(DataSourceType dataSourceType)
-