Class Token.IdentifierToken

java.lang.Object
org.h2.command.Token
org.h2.command.Token.IdentifierToken
All Implemented Interfaces:
Cloneable
Enclosing class:
Token

static class Token.IdentifierToken extends Token
  • Field Details

    • identifier

      private String identifier
    • quoted

      private final boolean quoted
    • unicode

      private boolean unicode
  • Constructor Details

    • IdentifierToken

      IdentifierToken(int start, String identifier, boolean quoted, boolean unicode)
  • Method Details