Class HexValue

    • Constructor Detail

      • HexValue

        public HexValue()
      • HexValue

        public HexValue​(String value)
    • Method Detail

      • hexStringToByteArray

        public static byte[] hexStringToByteArray​(String s)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • toString

        public String toString()
        Overrides:
        toString in class net.sf.jsqlparser.parser.ASTNodeAccessImpl
      • getDigits

        public String getDigits()
      • getLong

        public Long getLong()
      • getLongValue

        public LongValue getLongValue()