public class NullCollectionExpression extends Object implements CollectionExpression
CollectionExpression which represent Null expressions.CollectionExpression.CollectionScope| Constructor and Description |
|---|
NullCollectionExpression(org.wso2.siddhi.query.api.expression.Expression expression,
CollectionExpression.CollectionScope collectionScope,
String attribute) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute() |
CollectionExpression.CollectionScope |
getCollectionScope() |
org.wso2.siddhi.query.api.expression.Expression |
getExpression() |
Set<String> |
getMultiPrimaryKeys() |
public NullCollectionExpression(org.wso2.siddhi.query.api.expression.Expression expression,
CollectionExpression.CollectionScope collectionScope,
String attribute)
public org.wso2.siddhi.query.api.expression.Expression getExpression()
getExpression in interface CollectionExpressionpublic CollectionExpression.CollectionScope getCollectionScope()
getCollectionScope in interface CollectionExpressionpublic Set<String> getMultiPrimaryKeys()
getMultiPrimaryKeys in interface CollectionExpressionpublic String getAttribute()
Copyright © 2017 WSO2. All rights reserved.