Uses of Enum Class
io.github.tonywasher.joceanus.prometheus.database.PrometheusJDBCDriver
Packages that use PrometheusJDBCDriver
Package
Description
Handles mapping to/from database.
-
Uses of PrometheusJDBCDriver in io.github.tonywasher.joceanus.prometheus.database
Methods in io.github.tonywasher.joceanus.prometheus.database that return PrometheusJDBCDriverModifier and TypeMethodDescriptionprotected PrometheusJDBCDriverPrometheusColumnDefinition.getDriver()Obtain the value.PrometheusDatabaseControl.getDriver()Obtain the Driver.PrometheusDataStore.getDriver()PrometheusDBConfig.getDriver()Get driver.PrometheusTableControl.getDriver()Obtain the driver.PrometheusTableDefinition.getDriver()static PrometheusJDBCDriverReturns the enum constant of this class with the specified name.static PrometheusJDBCDriver[]PrometheusJDBCDriver.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.tonywasher.joceanus.prometheus.database with parameters of type PrometheusJDBCDriverModifier and TypeMethodDescriptionvoidPrometheusDBConfig.setDriver(PrometheusJDBCDriver pDriver) Set the driver.Constructors in io.github.tonywasher.joceanus.prometheus.database with parameters of type PrometheusJDBCDriverModifierConstructorDescriptionprotectedPrometheusTableDefinition(PrometheusJDBCDriver pDriver, String pName) Constructor.