Java.Sql.DriverPropertyInfo Members

The members of Java.Sql.DriverPropertyInfo are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a DriverPropertyInfo instance with the supplied name and value.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

ChoicesIList<string>. If the value member can be chosen from a set of possible values, they are contained here.
Descriptionstring. A description of the property.
Namestring. The name of the property.
Requiredbool. true when the value member must be provided during Driver.connect.
Valuestring. The current value associated with this property.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.