Class TraceStatementBuilder.TraceQueryPlusStatement

    • Field Detail

      • m_fTrace

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

      • TraceQueryPlusStatement

        protected TraceQueryPlusStatement​(boolean fTrace)
        Construct a command to turn on or off QueryPlus tracing.
        Parameters:
        fTrace - true to turn trace on, false to turn it off
    • 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