|
137 | 137 | <summary>An array of possible values if the value for the field |
138 | 138 | <c>DriverPropertyInfo.value</c> may be selected |
139 | 139 | from a particular set of values; otherwise null.</summary> |
140 | | - <value>To be added.</value> |
| 140 | + <value>An array of permitted values, or <c>null</c> when the property is unrestricted.</value> |
141 | 141 | <remarks> |
142 | 142 | <para>An array of possible values if the value for the field |
143 | 143 | <c>DriverPropertyInfo.value</c> may be selected |
|
177 | 177 | </ReturnValue> |
178 | 178 | <Docs> |
179 | 179 | <summary>A brief description of the property, which may be null.</summary> |
180 | | - <value>To be added.</value> |
| 180 | + <value>A brief description of the property, or <c>null</c>.</value> |
181 | 181 | <remarks> |
182 | 182 | <para>A brief description of the property, which may be null.</para> |
183 | 183 | <para> |
|
250 | 250 | </ReturnValue> |
251 | 251 | <Docs> |
252 | 252 | <summary>The name of the property.</summary> |
253 | | - <value>To be added.</value> |
| 253 | + <value>The name of the property.</value> |
254 | 254 | <remarks> |
255 | 255 | <para>The name of the property.</para> |
256 | 256 | <para> |
|
290 | 290 | <summary>The <c>required</c> field is <c>true</c> if a value must be |
291 | 291 | supplied for this property |
292 | 292 | during <c>Driver.connect</c> and <c>false</c> otherwise.</summary> |
293 | | - <value>To be added.</value> |
| 293 | + <value>Whether a value must be supplied during <c>Driver.connect</c>.</value> |
294 | 294 | <remarks> |
295 | 295 | <para>The <c>required</c> field is <c>true</c> if a value must be |
296 | 296 | supplied for this property |
|
399 | 399 | the property, based on a combination of the information |
400 | 400 | supplied to the method <c>getPropertyInfo</c>, the |
401 | 401 | Java environment, and the driver-supplied default values.</summary> |
402 | | - <value>To be added.</value> |
| 402 | + <value>The current property value, or <c>null</c> when no value is known.</value> |
403 | 403 | <remarks> |
404 | 404 | <para>The <c>value</c> field specifies the current value of |
405 | 405 | the property, based on a combination of the information |
|
0 commit comments