Uses of Class
com.tangosol.coherence.dslquery.StatementExecutor
-
Packages that use StatementExecutor Package Description com.tangosol.coherence.dslquery 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 StatementExecutor Modifier and Type Field Description protected 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 StatementExecutor Modifier and Type Method Description StatementExecutor
ExecutionContext. getStatementExecutor()
Return theStatementExecutor
to use to parse and execute statements.StatementExecutor
QueryPlus.DefaultDependencies. getStatementExecutor()
StatementExecutor
QueryPlus.Dependencies. getStatementExecutor()
Return theStatementExecutor
to use to parse and execute statements.Methods in com.tangosol.coherence.dslquery with parameters of type StatementExecutor Modifier and Type Method Description void
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.
-