Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/xml/Java.Sql/DriverPropertyInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<summary>An array of possible values if the value for the field
<c>DriverPropertyInfo.value</c> may be selected
from a particular set of values; otherwise null.</summary>
<value>To be added.</value>
<value>An array of permitted values, or <c>null</c> when the property is unrestricted.</value>
<remarks>
<para>An array of possible values if the value for the field
<c>DriverPropertyInfo.value</c> may be selected
Expand Down Expand Up @@ -177,7 +177,7 @@
</ReturnValue>
<Docs>
<summary>A brief description of the property, which may be null.</summary>
<value>To be added.</value>
<value>A brief description of the property, or <c>null</c>.</value>
<remarks>
<para>A brief description of the property, which may be null.</para>
<para>
Expand Down Expand Up @@ -250,7 +250,7 @@
</ReturnValue>
<Docs>
<summary>The name of the property.</summary>
<value>To be added.</value>
<value>The name of the property.</value>
<remarks>
<para>The name of the property.</para>
<para>
Expand Down Expand Up @@ -290,7 +290,7 @@
<summary>The <c>required</c> field is <c>true</c> if a value must be
supplied for this property
during <c>Driver.connect</c> and <c>false</c> otherwise.</summary>
<value>To be added.</value>
<value>Whether a value must be supplied during <c>Driver.connect</c>.</value>
<remarks>
<para>The <c>required</c> field is <c>true</c> if a value must be
supplied for this property
Expand Down Expand Up @@ -399,7 +399,7 @@
the property, based on a combination of the information
supplied to the method <c>getPropertyInfo</c>, the
Java environment, and the driver-supplied default values.</summary>
<value>To be added.</value>
<value>The current property value, or <c>null</c> when no value is known.</value>
<remarks>
<para>The <c>value</c> field specifies the current value of
the property, based on a combination of the information
Expand Down