Uses of Enum Class
org.apache.openmeetings.util.ConnectionProperties.DbType
Packages that use ConnectionProperties.DbType
-
Uses of ConnectionProperties.DbType in org.apache.openmeetings.util
Methods in org.apache.openmeetings.util that return ConnectionProperties.DbTypeModifier and TypeMethodDescriptionConnectionProperties.getDbType()
static ConnectionProperties.DbType
static ConnectionProperties.DbType
Returns the enum constant of this class with the specified name.static ConnectionProperties.DbType[]
ConnectionProperties.DbType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.openmeetings.util with parameters of type ConnectionProperties.DbTypeModifier and TypeMethodDescriptionstatic File
OmFileHelper.getPersistence
(ConnectionProperties.DbType dbType) void
ConnectionProperties.setDbType
(ConnectionProperties.DbType dbType)