Class Converter


  • public class Converter
    extends java.lang.Object
    Various useful converter methods for working with JDBC output
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _rcsid  
    • Constructor Summary

      Constructors 
      Constructor Description
      Converter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double asDouble​(java.lang.Object o)
      Convert a JDBC output value to a double.
      static long asLong​(java.lang.Object o)
      Convert a JDBC output value to a long.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait