public class QueryPlanData extends Object implements Serializable
| Constructor and Description |
|---|
QueryPlanData() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(QueryPlanData source)
Copies contents of
source into this. |
List<Conjunct> |
getConjuncts()
The query clauses associated with this node/edge
|
QueryPlanData |
newInstance()
Creates a new instance.
|
void |
setConjuncts(List<Conjunct> l)
The query clauses associated with this node/edge
|
String |
toString() |
public void setConjuncts(List<Conjunct> l)
public void copyFrom(QueryPlanData source)
source into this. Subclasses should override thispublic QueryPlanData newInstance()
Copyright © 2015. All rights reserved.