Modifier and Type | Method and Description |
---|---|
void |
bindValue(String key,
PropertyValue value) |
Result |
executeQuery() |
List<String> |
getBindVariableNames() |
int |
getColumnIndex(String columnName) |
ColumnImpl[] |
getColumns() |
double |
getEstimatedCost()
Get the estimated cost.
|
String |
getPlan()
Get the query plan.
|
Iterator<ResultRowImpl> |
getRows() |
int |
getSelectorIndex(String selectorName) |
String[] |
getSelectorNames() |
long |
getSize() |
Tree |
getTree(String path) |
void |
init()
Initialize the query.
|
boolean |
isMeasureOrExplainEnabled() |
void |
prepare()
Prepare the query.
|
void |
setExecutionContext(ExecutionContext context) |
void |
setExplain(boolean explain) |
void |
setInternal(boolean isInternal) |
void |
setLimit(long limit) |
void |
setMeasure(boolean measure) |
void |
setOffset(long offset) |
void |
setOrderings(OrderingImpl[] orderings) |
void |
setTraversalEnabled(boolean traversal) |
String |
toString() |
public void setExecutionContext(ExecutionContext context)
setExecutionContext
in interface Query
public void setOrderings(OrderingImpl[] orderings)
setOrderings
in interface Query
public void bindValue(String key, PropertyValue value)
public void setTraversalEnabled(boolean traversal)
setTraversalEnabled
in interface Query
public void prepare()
Query
public double getEstimatedCost()
Query
getEstimatedCost
in interface Query
public List<String> getBindVariableNames()
getBindVariableNames
in interface Query
public ColumnImpl[] getColumns()
getColumns
in interface Query
public String[] getSelectorNames()
getSelectorNames
in interface Query
public int getSelectorIndex(String selectorName)
getSelectorIndex
in interface Query
public void setExplain(boolean explain)
setExplain
in interface Query
public void setMeasure(boolean measure)
setMeasure
in interface Query
public void init()
Query
public Result executeQuery()
executeQuery
in interface Query
public String getPlan()
Query
public boolean isMeasureOrExplainEnabled()
isMeasureOrExplainEnabled
in interface Query
public int getColumnIndex(String columnName)
getColumnIndex
in interface Query
public Iterator<ResultRowImpl> getRows()
public void setInternal(boolean isInternal)
setInternal
in interface Query
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"