Uses of Class
org.teiid.client.RequestMessage.StatementType

Packages that use RequestMessage.StatementType
org.teiid.client   
 

Uses of RequestMessage.StatementType in org.teiid.client
 

Methods in org.teiid.client that return RequestMessage.StatementType
static RequestMessage.StatementType RequestMessage.StatementType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RequestMessage.StatementType[] RequestMessage.StatementType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.teiid.client with parameters of type RequestMessage.StatementType
 void RequestMessage.setStatementType(RequestMessage.StatementType statementType)
           
 



Copyright © 2010. All Rights Reserved.