Uses of Class
org.teiid.dqp.internal.process.DQPWorkContext.Version
-
Packages that use DQPWorkContext.Version Package Description org.teiid.dqp.internal.process -
-
Uses of DQPWorkContext.Version in org.teiid.dqp.internal.process
Methods in org.teiid.dqp.internal.process that return DQPWorkContext.Version Modifier and Type Method Description DQPWorkContext.Version
DQPWorkContext. getClientVersion()
static DQPWorkContext.Version
DQPWorkContext.Version. getVersion(String version)
static DQPWorkContext.Version
DQPWorkContext.Version. latest()
static DQPWorkContext.Version
DQPWorkContext.Version. valueOf(String name)
Returns the enum constant of this type with the specified name.static DQPWorkContext.Version[]
DQPWorkContext.Version. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teiid.dqp.internal.process with parameters of type DQPWorkContext.Version Modifier and Type Method Description void
DQPWorkContext. setClientVersion(DQPWorkContext.Version clientVersion)
-