Schema Type Structure

This HASH structure is returned as part of the HASH structure returned by function ars_GetSchema.
{
 "schemaType"            => one of view or join
 
 if view then these keys are defined:

 "tableName"             => string
 "keyField"              => string
 "viewQual"              => string

 if join then these keys are defined:

 "memberA"               => string
 "memberB"               => string
 "joinQual"              => ARQualifierStructPtr 
 "option"                => integer (bitfield)
}


<-- Table of Contents

Last changes to this page 4th July 2000 by jcmurphy@arsperl.org