wt.query
Class SQLOperator
java.lang.Object
wt.query.SQLOperator
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- LogicalOperator, SetOperator
- public class SQLOperator
- extends Object
- implements Serializable
This class represents a SQL Operator.
Supported API: false
Extendable: false
- See Also:
- Serialized Form
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
value
private String value
SQLOperator
protected SQLOperator(String a_value)
Supported API: false
- Parameters:
a_value
-
getValue
public String getValue()
- Gets the value of the attribute: value.
Supported API: false
- Returns:
- String
toString
public String toString()