public class QueryObject extends Object
Abstract query object.
| Constructor and Description |
|---|
QueryObject() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLogicOperation()
Returns the logic operation.
|
String |
getResultType()
Returns the result type.
|
boolean |
hasWhereClause() |
void |
setHasWhereClause(boolean hasWhereClause)
Sets if "where" is contained in query.
|
void |
setLogicOperation(String logicOperation)
Sets the logic operation.
|
void |
setResultType(String resultType)
Sets the result type.
|
public String getLogicOperation()
public void setLogicOperation(String logicOperation)
logicOperation - The logic operation.public String getResultType()
public void setResultType(String resultType)
resultType - the result type.public boolean hasWhereClause()
public void setHasWhereClause(boolean hasWhereClause)
hasWhereClause - if "where" is contained in query.Copyright © 2014. All Rights Reserved.