Uses of Enum Class
org.apache.torque.sql.Query.Type
Packages that use Query.Type
Package
Description
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.TypeModifier and TypeMethodDescriptionQuery.getType()Returns the type of this SQL statement.static Query.TypeReturns the enum constant of this class with the specified name.static Query.Type[]Query.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.torque.sql with parameters of type Query.TypeModifier and TypeMethodDescriptionvoidQuery.setType(Query.Type type) Sets the type of this SQL statement.