Skip to content

Commit 2f91dc1

Browse files
Document JDBC driver properties (#551)
Refs #189 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 36b9a9a commit 2f91dc1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/xml/Java.Sql/DriverPropertyInfo.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<summary>An array of possible values if the value for the field
138138
<c>DriverPropertyInfo.value</c> may be selected
139139
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>
141141
<remarks>
142142
<para>An array of possible values if the value for the field
143143
<c>DriverPropertyInfo.value</c> may be selected
@@ -177,7 +177,7 @@
177177
</ReturnValue>
178178
<Docs>
179179
<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>
181181
<remarks>
182182
<para>A brief description of the property, which may be null.</para>
183183
<para>
@@ -250,7 +250,7 @@
250250
</ReturnValue>
251251
<Docs>
252252
<summary>The name of the property.</summary>
253-
<value>To be added.</value>
253+
<value>The name of the property.</value>
254254
<remarks>
255255
<para>The name of the property.</para>
256256
<para>
@@ -290,7 +290,7 @@
290290
<summary>The <c>required</c> field is <c>true</c> if a value must be
291291
supplied for this property
292292
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>
294294
<remarks>
295295
<para>The <c>required</c> field is <c>true</c> if a value must be
296296
supplied for this property
@@ -399,7 +399,7 @@
399399
the property, based on a combination of the information
400400
supplied to the method <c>getPropertyInfo</c>, the
401401
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>
403403
<remarks>
404404
<para>The <c>value</c> field specifies the current value of
405405
the property, based on a combination of the information

0 commit comments

Comments
 (0)