Uses of Class
org.teiid.dqp.service.TransactionContext.Scope

Packages that use TransactionContext.Scope
org.teiid.dqp.service   
 

Uses of TransactionContext.Scope in org.teiid.dqp.service
 

Methods in org.teiid.dqp.service that return TransactionContext.Scope
 TransactionContext.Scope TransactionContext.getTransactionType()
           
static TransactionContext.Scope TransactionContext.Scope.valueOf(java.lang.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
 void TransactionContext.setTransactionType(TransactionContext.Scope transactionType)
           
 



Copyright © 2010. All Rights Reserved.