ajax.expression
Class Output
java.lang.Object
|
+--ajax.expression.Output
- public class Output
- extends java.lang.Object
Constructor Summary |
Output(ProjectionTerm projection,
boolean distinct,
java.util.List key,
java.util.List constraints,
java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Output
public Output(ProjectionTerm projection,
boolean distinct,
java.util.List key,
java.util.List constraints,
java.lang.String name)
getProjectionTerm
public ProjectionTerm getProjectionTerm()
getKey
public java.util.LinkedList getKey()
getConstraints
public java.util.LinkedList getConstraints()
getOutputName
public java.lang.String getOutputName()
getDistinct
public boolean getDistinct()
toString
public java.lang.String toString()
- Convert to human read-able object.
- Overrides:
toString
in class java.lang.Object
- Returns:
- a string representing the table.