Class UpdateStatementBuilder

    • Constructor Detail

      • UpdateStatementBuilder

        public UpdateStatementBuilder()
    • Method Detail

      • getSyntax

        public String getSyntax()
        Description copied from interface: StatementBuilder
        Return the syntax of the CohQL command.
        Returns:
        the syntax of the CohQL command
      • getDescription

        public String getDescription()
        Description copied from interface: StatementBuilder
        Return a description of the CohQL command suitable for displaying as help text.
        Returns:
        a description of the CohQL command suitable for displaying as help text
      • createUpdateSetListMaker

        protected com.tangosol.coherence.dslquery.internal.UpdateSetListMaker createUpdateSetListMaker​(ExecutionContext context,
                                                                                                       List listBindVars,
                                                                                                       ParameterResolver namedBindVars)
        Create an instance of an UpdateSetListMaker.
        Parameters:
        context - the ExecutionContext to use to configure the UpdateSetListMaker
        listBindVars - the indexed bind variables that the SelectListMaker should use
        namedBindVars - the named bind variables that the SelectListMaker should use
        Returns:
        an UpdateSetListMaker