Class SelectParserUtils


  • public class SelectParserUtils
    extends java.lang.Object
    Author:
    Simon Thoresen Hult
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String quote​(java.lang.String str, char quote)  
      static java.lang.String unquote​(java.lang.String str)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SelectParserUtils

        public SelectParserUtils()
    • Method Detail

      • quote

        public static java.lang.String quote​(java.lang.String str,
                                             char quote)
      • unquote

        public static java.lang.String unquote​(java.lang.String str)