CLASS:

 

 

 

 

 

 

 

 

 

DESCRIPTION:

 

 

 

Represents a chapter column (field) from the record that contains hierarchical rowset.

 

 

 

 

 

SYNTAX:

 

 

 

These objects are created automatically by ADO data objects.

 

 

 

 

 

 

 

 

 

PROPERTY:

DEFAULT:

DESCRIPTION:

 

 

baseClassName

ADOCHAPTER

Identifies the object as an instance of the ADOChapter class 

 

 

className

ADOCHAPTER

Identifies the object as an instance of a custom class. When no custom class exists, defaults to baseClassName

 

 

name

Empty string

Indicates the name of the chapter.

 

 

parent

Object

Reference to the ADOChapterArray object that contains this object. 

 

 

active

true

 

 

 

handle

0

ADO statement handle.

 

 

properties

AssocArray

A reference to Associative array that contains the dynamic properties.

 

 

rowset

Object

A reference to the ADORowset object that contains the result rows.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

DESCRIPTION:

 

 

Chapters are used to identify a group of rows within a rowset. 

 

 

 

When a hierarchical relationship is established using the SHAPE command, a chapter field is added to the parent row. 

 

 

The value of a chapter field in a parent row scopes the child rowset to just those rows that are related to the parent row. 

 

 

ADO expresses the value of a chapter field as a Rowset that contains only the child rowset rows that are in the chapter for the parent row.