Reference Class

The Reference class is the root class of the reference data types that can be instantiated. It contains methods to compare or clone objects, and to store and retrieve object property values.

Ancestor

Object

Descendants

Cache
Column

DbSet

Error

HTML

IO

Record

ResultSet

Row

SchemaTable
TranSet

 

Methods

Description

copy

Creates a new object that is an exact copy of the original object.

equals

Returns an indication of whether two objects are identical.

getPointer

Deprecated. Returns the pointer to an object.

getStoredValue

Retrieves a value from a run-time property of the object.

setStoredValue

Stores a value in a run-time property of the object.

toString

Returns a generic string representation of an object.