public abstract class QueryExpression extends Object implements Serializable
QueryExpression class is the base class for all dynamic query
expressions.| Constructor and Description |
|---|
QueryExpression() |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Get a string representation for this query expression.
|
protected abstract void |
toString(StringBuffer buf)
Get a string representation for this query expression.
|
public final String toString()
protected abstract void toString(StringBuffer buf)
buf - a string buffer the string representation should be appended to.