public class Query extends ExpressionNode implements Serializable
| Constructor and Description |
|---|
Query() |
Query(String id,
String tableName,
String queryString) |
| Modifier and Type | Method and Description |
|---|---|
String |
getQueryString() |
String |
getTableName() |
String |
toString() |
generateLeftExpressionNodeId, generateRightExpressionNodeId, getId, getLeftExpression, getParentId, getRightExpression, setId, setLeftExpression, setRightExpression, validateIDpublic Query()
public Query(String id, String tableName, String queryString) throws InvalidExpressionNodeException
InvalidExpressionNodeExceptionCopyright © 2016 WSO2. All rights reserved.