Uses of Class
com.redwood.scheduler.api.model.enumeration.JdbcConnectionPoolingState
-
Packages that use JdbcConnectionPoolingState Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.enumeration Scheduler API - Model Enumerations -
-
Uses of JdbcConnectionPoolingState in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return JdbcConnectionPoolingState Modifier and Type Method Description JdbcConnectionPoolingState
Database. getPoolingState()
Get the value for PoolingState.Methods in com.redwood.scheduler.api.model with parameters of type JdbcConnectionPoolingState Modifier and Type Method Description void
Database. setPoolingState(JdbcConnectionPoolingState newPoolingState)
Set the value for PoolingState. -
Uses of JdbcConnectionPoolingState in com.redwood.scheduler.api.model.enumeration
Methods in com.redwood.scheduler.api.model.enumeration that return JdbcConnectionPoolingState Modifier and Type Method Description static JdbcConnectionPoolingState
JdbcConnectionPoolingState. safeValueOf(String value)
Helper function to return the JdbcConnectionPoolingState represented byvalue
.static JdbcConnectionPoolingState
JdbcConnectionPoolingState. valueOf(char code)
Helper function to return the JdbcConnectionPoolingState represented by code.static JdbcConnectionPoolingState
JdbcConnectionPoolingState. valueOf(Character code)
Helper function to return the JdbcConnectionPoolingState represented by code.static JdbcConnectionPoolingState
JdbcConnectionPoolingState. valueOf(String name)
Returns the enum constant of this type with the specified name.static JdbcConnectionPoolingState
JdbcConnectionPoolingState. valueOfCode(String code)
Helper function to return the JdbcConnectionPoolingState represented by code.static JdbcConnectionPoolingState[]
JdbcConnectionPoolingState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-