Uses of Class
org.apache.torque.sql.Query.Type

Packages that use Query.Type
org.apache.torque.sql This package contains classes which are mainly used in the SQL generation process. 
 

Uses of Query.Type in org.apache.torque.sql
 

Methods in org.apache.torque.sql that return Query.Type
 Query.Type Query.getType()
          Returns the type of this SQL statement.
static Query.Type Query.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Query.Type[] Query.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.torque.sql with parameters of type Query.Type
 void Query.setType(Query.Type type)
          Sets the type of this SQL statement.
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.