Uses of Class
org.apache.openmeetings.util.ConnectionProperties.DbType
-
Packages that use ConnectionProperties.DbType Package Description org.apache.openmeetings.util -
-
Uses of ConnectionProperties.DbType in org.apache.openmeetings.util
Methods in org.apache.openmeetings.util that return ConnectionProperties.DbType Modifier and Type Method Description ConnectionProperties.DbTypeConnectionProperties. getDbType()static ConnectionProperties.DbTypeConnectionProperties.DbType. of(String val)static ConnectionProperties.DbTypeConnectionProperties.DbType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionProperties.DbType[]ConnectionProperties.DbType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openmeetings.util with parameters of type ConnectionProperties.DbType Modifier and Type Method Description static FileOmFileHelper. getPersistence(ConnectionProperties.DbType dbType)voidConnectionProperties. setDbType(ConnectionProperties.DbType dbType)
-