|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.datatransformation.datatransformationlibrary.imanagers.queries.QueryObject
public class QueryObject
Abstract query object.
| Constructor Summary | |
|---|---|
QueryObject()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryObject()
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||