Interface IQuoteType

    • Method Detail

      • getPostfix

        String getPostfix()
        The postfix to use when quoting a string. For example this may be a single double quote character.
        Returns:
        the postfix to use when quoting a string.
      • getPrefix

        String getPrefix()
        The prefix to use when quoting a string. For example this may be a single double quote character.
        Returns:
        the prefix to use when quoting a string.
      • isQuoted

        default boolean isQuoted​(String string)
      • isQuoteNeeded

        boolean isQuoteNeeded​(CharSequence string)