java.lang.Object
org.mule.runtime.extension.api.dsql.Expression
Generic contract for a DSQL expression.
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidaccept(QueryTranslator queryTranslator) Translates an expression using the specifiedqueryTranslatorfrom DSQL into an expression in Native Query Language.booleanisEmpty()
-
Constructor Details
-
Expression
public Expression()
-
-
Method Details
-
accept
Translates an expression using the specifiedqueryTranslatorfrom DSQL into an expression in Native Query Language.- Parameters:
queryTranslator- aQueryTranslatorinstance.
-
isEmpty
public boolean isEmpty()- Returns:
- whether the expression is empty or not.
-