Class IdentifierValue

    • Constructor Detail

      • IdentifierValue

        public IdentifierValue​(String text)
      • IdentifierValue

        public IdentifierValue​(String text,
                               String reservedCharacters)
    • Method Detail

      • getValueWithQuoteCharacters

        public String getValueWithQuoteCharacters()
        Get value with quote characters, i.e. `table1` or `field1`
        Returns:
        value with quote characters
      • getQuotedContent

        public static String getQuotedContent​(String text)
        Get quoted content.
        Parameters:
        text - text
        Returns:
        quote content