Class Util


  • public class Util
    extends java.lang.Object
    Helper methods
    • Constructor Summary

      Constructors 
      Constructor Description
      Util()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String toString​(Select sql, java.lang.Object o)
      easy way to call toString(Select) (if needed) on any object also quotes strings and expands out arrays
      • Methods inherited from class java.lang.Object

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

      • Util

        public Util()
    • Method Detail

      • toString

        public static java.lang.String toString​(Select sql,
                                                java.lang.Object o)
        easy way to call toString(Select) (if needed) on any object also quotes strings and expands out arrays
        Parameters:
        sql -
        o -
        Returns:
        string