org.postgresql.util
Class PSQLDriverVersion
java.lang.Object
org.postgresql.util.PSQLDriverVersion
public class PSQLDriverVersion
- extends 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.in 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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
buildNumber
public static final int buildNumber
- See Also:
- Constant Field Values
PSQLDriverVersion
public PSQLDriverVersion()
main
public static void main(String[] args)
Copyright © 2013. All Rights Reserved.