|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.search.query.QueryExecutionContext
public class QueryExecutionContext
An immutable context in which queries are to be executed. Each query context defines the information that is available during query execution.
| Constructor Summary | |
|---|---|
QueryExecutionContext(Schema schema,
QueryExecutionExceptions executionExceptions,
Map<String,Object> variables)
|
|
| Method Summary | |
|---|---|
QueryExecutionExceptions |
getExecutionExceptions()
Get the exceptions container used by this query context. |
Schema |
getSchema()
Get the definition of the tables available within this query context. |
Map<String,Object> |
getVariables()
Get the variables that are to be substituted into the BindVariableName used in the query. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryExecutionContext(Schema schema,
QueryExecutionExceptions executionExceptions,
Map<String,Object> variables)
variables - the mapping of variables and values, or null if there are no such variables| Method Detail |
|---|
public Schema getSchema()
public QueryExecutionExceptions getExecutionExceptions()
public Map<String,Object> getVariables()
BindVariableName used in the query.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||