Uses of Enum Class
org.frankframework.dbms.Dbms
Packages that use Dbms
-
Uses of Dbms in org.frankframework.dbms
Methods in org.frankframework.dbms that return DbmsModifier and TypeMethodDescriptionDb2DbmsSupport.getDbms()GenericDbmsSupport.getDbms()H2DbmsSupport.getDbms()IDbmsSupport.getDbms()MariaDbDbmsSupport.getDbms()MsSqlServerDbmsSupport.getDbms()MySqlDbmsSupport.getDbms()OracleDbmsSupport.getDbms()PostgresqlDbmsSupport.getDbms()static DbmsReturns the enum constant of this class with the specified name.static Dbms[]Dbms.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Dbms in org.frankframework.scheduler.job
Methods in org.frankframework.scheduler.job with parameters of type Dbms