≠
public class DriverPropertyInfo
extends java.lang.Object
Comparing JDBC 4.4 and JDBC 4.5
Driver properties for making a connection. The DriverPropertyInfo
class is of interest only to advanced programmers who need to interact with a Driver via the method getDriverProperties
to discover and supply properties for connections. The method Driver.getPropertyInfo(String, Properties)
may be used to discover Driver properties.
- Since:
- 1.1
Fields
- =public java.lang.String[] choices
- =public java.lang.String description
- =public java.lang.String name
- =public boolean required
- =public java.lang.String value
Constructors
- =public DriverPropertyInfo(java.lang.String arg0, java.lang.String arg1)
Summary
| Elements | Comments | Descriptions | Total | |||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Added | Changed | Removed | Added | Changed | Removed | Added | Changed | Removed | ||
| DriverPropertyInfo | 1 | 1 | 1 | 3 | ||||||
| Total | 1 | 1 | 1 | 3 | ||||||