Class ExtendedLanguageStatementBuilder.ExtendedLanguageQueryPlusStatement

    • Field Detail

      • m_fExtended

        protected boolean m_fExtended
        Flag indicating whether this command turns trace on or off.
    • Constructor Detail

      • ExtendedLanguageQueryPlusStatement

        protected ExtendedLanguageQueryPlusStatement​(boolean fExtended)
        Construct a ExtendedLanguageQueryPlusStatement to turn on or off extended CohQL.
        Parameters:
        fExtended - true to turn on extended CohQL
    • Method Detail

      • execute

        public StatementResult execute​(ExecutionContext ctx)
        Description copied from interface: Statement
        Execute a CohQL query or command and return the relevant result.
        Parameters:
        ctx - the context to use
        Returns:
        a StatementResult containing the results of executing the statement