Package org.postgresql.util
Class DriverInfo
java.lang.Object
org.postgresql.util.DriverInfo
Utility class with constants of Driver information.
-
Field Details
-
DRIVER_NAME
- See Also:
-
DRIVER_SHORT_NAME
- See Also:
-
DRIVER_VERSION
- See Also:
-
DRIVER_FULL_NAME
- See Also:
-
MAJOR_VERSION
public static final int MAJOR_VERSION- See Also:
-
MINOR_VERSION
public static final int MINOR_VERSION- See Also:
-
PATCH_VERSION
public static final int PATCH_VERSION- See Also:
-
JDBC_VERSION
- See Also:
-
JDBC_MAJOR_VERSION
public static final int JDBC_MAJOR_VERSION -
JDBC_MINOR_VERSION
public static final int JDBC_MINOR_VERSION
-