Uses of Class
org.teiid.dqp.service.TransactionContext.Scope
-
Packages that use TransactionContext.Scope Package Description org.teiid.dqp.service -
-
Uses of TransactionContext.Scope in org.teiid.dqp.service
Methods in org.teiid.dqp.service that return TransactionContext.Scope Modifier and Type Method Description TransactionContext.Scope
TransactionContext. getTransactionType()
static TransactionContext.Scope
TransactionContext.Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static TransactionContext.Scope[]
TransactionContext.Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teiid.dqp.service with parameters of type TransactionContext.Scope Modifier and Type Method Description void
TransactionContext. setTransactionType(TransactionContext.Scope transactionType)
-