Package | Description |
---|---|
com.tangosol.coherence.dslquery |
Modifier and Type | Field and Description |
---|---|
protected StatementExecutor |
QueryPlus.f_executor
The
StatementExecutor to use to execute statements. |
protected StatementExecutor |
QueryPlus.DefaultDependencies.m_executor
The
StatementExecutor to use to execute statements. |
protected StatementExecutor |
ExecutionContext.m_executor
The
StatementExecutor to use to execute statements. |
Modifier and Type | Method and Description |
---|---|
StatementExecutor |
QueryPlus.Dependencies.getStatementExecutor()
Return the
StatementExecutor to use to parse and
execute statements. |
StatementExecutor |
QueryPlus.DefaultDependencies.getStatementExecutor() |
StatementExecutor |
ExecutionContext.getStatementExecutor()
Return the
StatementExecutor to use to parse and
execute statements. |
Modifier and Type | Method and Description |
---|---|
void |
QueryPlus.DefaultDependencies.setStatementExecutor(StatementExecutor executor)
Set the
StatementExecutor to use to parse and
execute statements. |
void |
ExecutionContext.setStatementExecutor(StatementExecutor executor)
Set the
StatementExecutor to use to parse and
execute statements. |