OracleBoolean Static Fields

The OracleBoolean static fields are listed in Table 15-21.

Table 15-21 OracleBoolean Static Fields

Field Description

False

Represents a false value that can be assigned to an OracleBoolean instance

Null

Represents a null value that can be assigned to an OracleBoolean instance

One

Indicates a constant representing the positive one value

True

Represents a true value that can be assigned to an OracleBoolean instance

Zero

Indicates a constant representing the zero value