OracleRef Members

OracleRef members are listed in the following tables.

OracleRef Constructors

OracleRef constructors are listed in Table 17-30.

Table 17-30 OracleRef Constructors

Constructor Description

OracleRef Constructors

Instantiates a new instance of OracleRef class (Overloaded)

Not Available in ODP.NET, Managed Driver and ODP.NET Core

OracleRef Static Fields

OracleRef static methods are listed in Table 17-31

Table 17-31 OracleRef Static Fields

Static Field Description

Null

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

OracleRef Static Methods

OracleRef static methods are listed in Table 17-32.

Table 17-32 OracleRef Static Methods

Method Description

Equals

Inherited from System.Object (Overloaded)

OracleRef Instance Properties

OracleRef instance properties are listed in Table 17-33.

Table 17-33 OracleRef Instance Properties

Property Description

Connection

References the connection used by the OracleRef

HasChanges

References the connection used by the OracleRef

Not Available in ODP.NET, Managed Driver and ODP.NET Core

IsLocked

Indicates whether or not the REF is locked

IsNull

Indicates whether or not the Oracle REF is NULL

ObjectTableName

Returns the fully qualified object table name that is associated with the REF

Not Available in ODP.NET, Managed Driver and ODP.NET Core

Value

Returns a .NET representation of this Oracle REF

OracleRef Instance Methods

OracleRef instance methods are listed in Table 17-34.

Table 17-34 OracleRef Instance Methods

Method Description

Clone

Clones the REF

Delete

Deletes the referenced object from the database

See also Table 3-29

Dispose

Releases resources allocated for the OracleRef instance

Equals

Inherited from System.Object

Flush

Flushes changes made on the REF object to the database

Not Available in ODP.NET, Managed Driver and ODP.NET Core

GetCustomObject

Returns the object that the specified REF references as a custom type (Overloaded)

See also Table 3-29

GetCustomObjectForUpdate

Returns the object that the specified REF references as a custom type (Overloaded)

Not Available in ODP.NET, Managed Driver and ODP.NET Core

GetHashCode

Inherited from System.Object

GetType

Inherited from System.Object

IsEqual

Compares two OracleREF objects

Lock

Locks the REF in the database

Not Available in ODP.NET, Managed Driver and ODP.NET Core

ToString

Inherited from System.Object

Update

Updates the object referenced by the specified REF in the database using the specified custom object

See also Table 3-29