Uses of Class
org.teiid.client.RequestMessage.StatementType
-
Packages that use RequestMessage.StatementType Package Description org.teiid.client -
-
Uses of RequestMessage.StatementType in org.teiid.client
Methods in org.teiid.client that return RequestMessage.StatementType Modifier and Type Method Description static RequestMessage.StatementType
RequestMessage.StatementType. valueOf(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 Modifier and Type Method Description void
RequestMessage. setStatementType(RequestMessage.StatementType statementType)
-