Package org.postgresql.util
Class DriverInfo
- java.lang.Object
-
- org.postgresql.util.DriverInfo
-
public final class DriverInfo extends Object
Utility class with constants of Driver information.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDRIVER_FULL_NAMEstatic StringDRIVER_NAMEstatic StringDRIVER_SHORT_NAMEstatic StringDRIVER_VERSIONstatic intJDBC_MAJOR_VERSIONstatic intJDBC_MINOR_VERSIONstatic StringJDBC_VERSIONstatic intMAJOR_VERSIONstatic intMINOR_VERSIONstatic intPATCH_VERSION
-
-
-
Field Detail
-
DRIVER_NAME
public static final String DRIVER_NAME
- See Also:
- Constant Field Values
-
DRIVER_SHORT_NAME
public static final String DRIVER_SHORT_NAME
- See Also:
- Constant Field Values
-
DRIVER_VERSION
public static final String DRIVER_VERSION
- See Also:
- Constant Field Values
-
DRIVER_FULL_NAME
public static final String DRIVER_FULL_NAME
- See Also:
- Constant Field Values
-
MAJOR_VERSION
public static final int MAJOR_VERSION
- See Also:
- Constant Field Values
-
MINOR_VERSION
public static final int MINOR_VERSION
- See Also:
- Constant Field Values
-
PATCH_VERSION
public static final int PATCH_VERSION
- See Also:
- Constant Field Values
-
JDBC_VERSION
public static final String JDBC_VERSION
- See Also:
- Constant Field Values
-
JDBC_MAJOR_VERSION
public static final int JDBC_MAJOR_VERSION
-
JDBC_MINOR_VERSION
public static final int JDBC_MINOR_VERSION
-
-