Uses of Class
com.tangosol.coherence.dslquery.StatementExecutor
Package
Description
Contains packages and classes supporting the Coherence CohQL command line tool.
-
Uses of StatementExecutor in com.tangosol.coherence.dslquery
Modifier 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.Modifier 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.Modifier 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.