Uses of Class
com.tangosol.coherence.dslquery.StatementExecutor
Packages that use StatementExecutor
Package
Description
Contains packages and classes supporting the Coherence CohQL command line tool.
-
Uses of StatementExecutor in com.tangosol.coherence.dslquery
Fields in com.tangosol.coherence.dslquery declared as StatementExecutorModifier and TypeFieldDescriptionprotected final StatementExecutor
QueryPlus.f_executor
TheStatementExecutor
to use to execute statements.protected StatementExecutor
ExecutionContext.m_executor
TheStatementExecutor
to use to execute statements.protected StatementExecutor
QueryPlus.DefaultDependencies.m_executor
TheStatementExecutor
to use to execute statements.Methods in com.tangosol.coherence.dslquery that return StatementExecutorModifier and TypeMethodDescriptionExecutionContext.getStatementExecutor()
Return theStatementExecutor
to use to parse and execute statements.QueryPlus.DefaultDependencies.getStatementExecutor()
QueryPlus.Dependencies.getStatementExecutor()
Return theStatementExecutor
to use to parse and execute statements.Methods in com.tangosol.coherence.dslquery with parameters of type StatementExecutorModifier and TypeMethodDescriptionvoid
ExecutionContext.setStatementExecutor
(StatementExecutor executor) Set theStatementExecutor
to use to parse and execute statements.void
QueryPlus.DefaultDependencies.setStatementExecutor
(StatementExecutor executor) Set theStatementExecutor
to use to parse and execute statements.