Class PSQLDriverVersion


  • public class PSQLDriverVersion
    extends java.lang.Object
    This class holds the current build number and a utility program to print it and the file it came from. The primary purpose of this is to keep from filling the cvs history of Driver.java with commits simply changing the build number. The utility program can also be helpful for people to determine what version they really have and resolve problems with old and unknown versions located somewhere in the classpath.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • PSQLDriverVersion

        public PSQLDriverVersion()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)