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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
- See Also:
- Constant Field Values
JDBC_MINOR_VERSION
public static final int JDBC_MINOR_VERSION
- See Also:
- Constant Field Values
Copyright © 2017 PostgreSQL Global Development Group. All rights reserved.