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 StatementExecutorQueryPlus.f_executorTheStatementExecutorto use to execute statements.protected StatementExecutorExecutionContext.m_executorTheStatementExecutorto use to execute statements.protected StatementExecutorQueryPlus.DefaultDependencies.m_executorTheStatementExecutorto use to execute statements.Methods in com.tangosol.coherence.dslquery that return StatementExecutorModifier and TypeMethodDescriptionExecutionContext.getStatementExecutor()Return theStatementExecutorto use to parse and execute statements.QueryPlus.DefaultDependencies.getStatementExecutor()QueryPlus.Dependencies.getStatementExecutor()Return theStatementExecutorto use to parse and execute statements.Methods in com.tangosol.coherence.dslquery with parameters of type StatementExecutorModifier and TypeMethodDescriptionvoidExecutionContext.setStatementExecutor(StatementExecutor executor) Set theStatementExecutorto use to parse and execute statements.voidQueryPlus.DefaultDependencies.setStatementExecutor(StatementExecutor executor) Set theStatementExecutorto use to parse and execute statements.