Package com.tangosol.coherence.dslquery
Class StatementExecutor
- java.lang.Object
-
- com.tangosol.coherence.dslquery.StatementExecutor
-
-
Constructor Summary
Constructors Constructor Description StatementExecutor()
Create a StatementExecutor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
execute(Reader reader, ExecutionContext ctx)
Parse and execute all of the CohQL statements read from the specifiedReader
.
-
-
-
Method Detail
-
execute
public Object execute(Reader reader, ExecutionContext ctx)
Parse and execute all of the CohQL statements read from the specifiedReader
.- Parameters:
reader
- theReader
containing the statements to executectx
- theExecutionContext
that will be used- Returns:
- the result of the last statement executed
-
-