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.protected PrometheusJDBCDriverPrometheusDataStore.getDriver()Obtain the Driver.PrometheusDBConfig.getDriver()Get driver.protected PrometheusJDBCDriverPrometheusTableDefinition.getDriver()Obtain the driver.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 TypeMethodDescription(package private) static OceanusBundleIdPrometheusDBResource.getKeyForDriver(PrometheusJDBCDriver pValue) Obtain key for DBDriver.voidPrometheusDBConfig.setDriver(PrometheusJDBCDriver pDriver) Set the driver.Constructors in io.github.tonywasher.joceanus.prometheus.database with parameters of type PrometheusJDBCDriverModifierConstructorDescriptionprotectedPrometheusTableDefinition(PrometheusJDBCDriver pDriver, String pName) Constructor.