public class BasicCollectionExpression extends Object implements CollectionExpression
CollectionExpression which represent generic expressions.CollectionExpression.CollectionScope| Constructor and Description |
|---|
BasicCollectionExpression(org.wso2.siddhi.query.api.expression.Expression expression,
CollectionExpression.CollectionScope collectionScope) |
| Modifier and Type | Method and Description |
|---|---|
CollectionExpression.CollectionScope |
getCollectionScope() |
org.wso2.siddhi.query.api.expression.Expression |
getExpression() |
Set<String> |
getMultiPrimaryKeys() |
public BasicCollectionExpression(org.wso2.siddhi.query.api.expression.Expression expression,
CollectionExpression.CollectionScope collectionScope)
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 CollectionExpressionCopyright © 2019 WSO2. All rights reserved.