public class QueryExpression extends AbstractExpression
children, context, updateListener| Constructor and Description |
|---|
QueryExpression() |
| Modifier and Type | Method and Description |
|---|---|
QualifiedValue |
execute()
Returns the query generated by this expression (quality always good).
|
java.lang.String |
getOpName()
Return a human-readable name for the operation that this expression performs
|
java.lang.Class<?> |
getType()
Return the type that this expression will return
|
connect, disconnect, getChildren, setChildren, shutdown, startup, typeMismatchpublic QualifiedValue execute() throws ExpressionException
ExpressionExceptionpublic java.lang.String getOpName()
Expressionpublic java.lang.Class<?> getType()
Expression