public class ExtendedLanguageStatementBuilder.ExtendedLanguageQueryPlusStatement extends AbstractQueryPlusStatementBuilder.AbstractStatement
Modifier and Type | Field and Description |
---|---|
protected boolean |
m_fExtended
Flag indicating whether this command turns trace on or off.
|
Modifier | Constructor and Description |
---|---|
protected |
ExtendedLanguageQueryPlusStatement(boolean fExtended)
Construct a ExtendedLanguageQueryPlusStatement to turn on or off
extended CohQL.
|
Modifier and Type | Method and Description |
---|---|
StatementResult |
execute(ExecutionContext ctx)
Execute a CohQL query or command and return the relevant
result . |
getExecutionConfirmation, sanityCheck, showPlan
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isManagingTimeout
protected boolean m_fExtended
protected ExtendedLanguageQueryPlusStatement(boolean fExtended)
fExtended
- true to turn on extended CohQLpublic StatementResult execute(ExecutionContext ctx)
Statement
result
.ctx
- the context
to use