Class SQLCreateIndexOPToken


  • public class SQLCreateIndexOPToken
    extends SQLOPToken
    SQLCreateOPToken is used for parsing and specifying the AST used for a create index query.

    Syntax:

    (ENSURE | CREATE) INDEX [ON] 'cache-name' value-extractor-list

    Since:
    Coherence 12.2.1
    Author:
    jk 2014.02.12
    • Field Detail

    • Constructor Detail

      • SQLCreateIndexOPToken

        public SQLCreateIndexOPToken()
        Construct a new SQLCreateIndexOPToken with the given parameters.
    • Method Detail

      • nud

        public Term nud​(OPParser parser)
        Description copied from class: IdentifierOPToken
        Process this token in the context of parser p with the null denotation. A nud method typically will have no interest in the token to the left. The processing results in an Abstract Syntax Tree Node that captures the meaning
        Overrides:
        nud in class IdentifierOPToken
        Parameters:
        parser - the parser that is the context for parsing
        Returns:
        an AstNode