|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.postgresql.util.PSQLDriverVersion
public class PSQLDriverVersion
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.
| Field Summary | |
|---|---|
static int |
buildNumber
|
| Constructor Summary | |
|---|---|
PSQLDriverVersion()
|
|
| Method Summary | |
|---|---|
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 |
| Field Detail |
|---|
public static final int buildNumber
| Constructor Detail |
|---|
public PSQLDriverVersion()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||