SafeJDBC v2.00

com.safejdbc.api
Class Version

java.lang.Object
  extended by com.safejdbc.api.Version

public final class Version
extends Object

Class allows SafeJdbc product Version to be obtained and displayed.


Field Summary
static String DATE
          SafeJDBC Version Date: "01/03/2011"
static String VERSION_MAJOR
          SafeJDBC Major Version: "2.03a"
static String VERSION_MINOR
          SafeJDBC Minor Version: "0.01"
 
Method Summary
static String getFullVersion()
          Returns complete Version information.
static String getVersion()
          Returns short Version information.
static void main(String[] args)
          Allows Version information to be displayed on the screen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION_MAJOR

public static final String VERSION_MAJOR
SafeJDBC Major Version: "2.03a"

See Also:
Constant Field Values

VERSION_MINOR

public static final String VERSION_MINOR
SafeJDBC Minor Version: "0.01"

See Also:
Constant Field Values

DATE

public static final String DATE
SafeJDBC Version Date: "01/03/2011"

See Also:
Constant Field Values
Method Detail

getVersion

public static final String getVersion()
Returns short Version information.

Returns:
Short Version information.

getFullVersion

public static final String getFullVersion()
Returns complete Version information.

Returns:
Complete Version informations.

main

public static void main(String[] args)
Allows Version information to be displayed on the screen.


SafeJDBC v2.00

Copyright © SafeLogic 2011