Package | Description |
---|---|
org.apache.torque.sql |
This package contains classes which are mainly used in the SQL generation
process.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
Query.setType(Query.Type type)
Sets the type of this SQL statement.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.