OracleBoolean Static Methods

OracleBoolean static methods are listed in Table 14-22

Table 14-22 OracleBoolean Static Methods

Methods Description

And

Returns the result of bitwise AND operation of two OracleBoolean instances

Equals

Determines whether or not the two OracleBoolean values are equal

GreaterThan

Determines whether or not the first of two OracleBoolean values is greater than the second

GreaterThanOrEquals

Determines whether or not the first of two OracleBoolean values is greater than or equal to the second

LessThan

Determines whether or not the first of two OracleBoolean values is less than the second

LessThanOrEquals

Determines whether or not the first of two OracleBoolean values is less than or equal to the second

NotEquals

Determines whether or not two OracleBoolean values are not equal

OnesComplement

Returns the result of a one's complement operation on the specified OracleBoolean value

Or

Returns the result of bitwise OR operation of two OracleBoolean instances

Parse

Returns an OracleBoolean structure and sets its value using a string

Xor

Returns the result of a bitwise exclusive OR operation of two OracleBoolean instances