getBlobProperty

getBlobProperty(pOid:         String;
                pParentClass: Integer output;
                pParentOID:   String output;
                pName:        String output;
                pType:        Integer output): Boolean;

The getBlobProperty method of the JadeAuditAccess class returns the attributes of the blob or slob property specified in the pOid parameter.

The pParentClass parameter retrieves the class number of the class in which the blob or slob is declared, the pParentOID retrieves the owning instance of the parent class (that is, the value returned in the pParentClass parameter), the pName parameter retrieves the name of the blob or slob, and the pType parameter retrieves whether it is a blob (Jaa_Type_Blob) or a slob (Jaa_Type_Slob). A valid description of the pParentClass class must be available.

A return value of false indicates that a valid class or property description is not available, or that the oid is not a blob or a slob.