public class JDOQLElements extends Object
| Constructor and Description |
|---|
JDOQLElements(String candidateClassName,
String parameters,
String variables,
String filter,
String ordering,
String result,
String resultType,
boolean isPCResult,
boolean isAggregate,
String[] parameterEjbNames)
Constructor taking JDOQL elements.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCandidateClassName()
Returns the fully qulified name of the candidate class.
|
String |
getFilter()
Returns the filter expression.
|
String |
getOrdering()
Returns the ordering expression.
|
String[] |
getParameterEjbNames()
Returns parameterEjbNames array
|
String |
getParameters()
Returns the parameter declaration string.
|
String |
getResult()
Returns the result expression.
|
String |
getResultType()
Returns the result type.
|
String |
getVariables()
Returns the variable declarations string.
|
boolean |
isAggregate()
Returns whether the result of the JDOQL query is associated to
an aggregate function.
|
boolean |
isPCResult()
Returns whether the result of the JDOQL query is a collection of pc
instances or not.
|
void |
setAggregate(boolean isAggregate)
Sets whether the result of the JDOQL query is a associated to
an aggregate function.
|
void |
setCandidateClassName(String candidateClassName)
Sets the fully qulified name of the candidate class.
|
void |
setFilter(String filter)
Sets the filter expression.
|
void |
setOrdering(String ordering)
Sets the ordering expression.
|
void |
setParameterEjbNames(String[] parameterEjbNames)
set parameterEjbNames array
|
void |
setParameters(String parameters)
Sets the parameter declarations string.
|
void |
setPCResult(boolean isPCResult)
Sets whether the result of the JDOQL query is a collection of pc
instances or not.
|
void |
setResult(String result)
Sets the result expression.
|
void |
setResultType(String resultType)
Sets the result type.
|
void |
setVariables(String variables)
Sets the variable declarations string.
|
String |
toString()
Returns a string representation of this JDOQLElements instance.
|
public String getCandidateClassName()
public void setCandidateClassName(String candidateClassName)
public String getParameters()
public void setParameters(String parameters)
public String getVariables()
public void setVariables(String variables)
public String getFilter()
public void setFilter(String filter)
public String getOrdering()
public void setOrdering(String ordering)
public String getResult()
public void setResult(String result)
public String getResultType()
public void setResultType(String resultType)
public boolean isPCResult()
public void setPCResult(boolean isPCResult)
public boolean isAggregate()
public void setAggregate(boolean isAggregate)
public String[] getParameterEjbNames()
public void setParameterEjbNames(String[] parameterEjbNames)
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.