Uses of Class
org.apache.torque.sql.Query.Type
-
Packages that use Query.Type Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
Query. setType(Query.Type type)
Sets the type of this SQL statement.
-