Uses of Enum
de.xima.fc.persistence.Dbms
Packages that use Dbms
Package
Description
-
Uses of Dbms in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return Dbms -
Uses of Dbms in de.xima.fc.gui.bean.settings.model
Methods in de.xima.fc.gui.bean.settings.model that return Dbms -
Uses of Dbms in de.xima.fc.persistence
Subclasses with type arguments of type Dbms in de.xima.fc.persistenceModifier and TypeClassDescriptionenumEnumeration of known Database Management Systems (DBMS).Methods in de.xima.fc.persistence that return DbmsModifier and TypeMethodDescriptionstatic DbmsDbms.fromDriverClass(Class<? extends Driver> driverClass) Try to detect the DBMS from a JDBC Driver class.static DbmsDbms.fromJdbcUrl(String jdbcUrl) Try to detect the DBMS from a JDBC URL prefix.ConnectionProperties.getDbms()Determines the DBMS type based on the JDBC URL.default DbmsIDataSourceInfo.getDbms()Gets the dbms type associated with this DataSource.static DbmsReturns the enum constant of this type with the specified name.static Dbms[]Dbms.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Dbms in de.xima.fc.persistence.driver
Methods in de.xima.fc.persistence.driver that return DbmsModifier and TypeMethodDescriptionDriverEventInfo.getDbms()The Database management System (DBMS) associated with the driver.IDriverInfo.getDbms()Gets the database management system (DBMS) associated with the JDBC driver.Constructors in de.xima.fc.persistence.driver with parameters of type Dbms