deserializeNCF()  deserializeXML()

Chapter 5: General Objects and Methods

deserializeNCFnsd()

Description

NotePrior to this call, a successful call to setSchema() on this clNdo object is required.

Deserializes the NDO nonself-describing NCF contained in the blob into this clNdo object.

Syntax

deserializeNCFnsd(blob *pBlob)

Parameter

Description

pBlob

Pointer to a blob containing a serialized NCF.

Return value

None.

Usage

Pointer to object

Object

int rv;clNdo *pcCINdo6;blob testBlob;blob schemaBlob;

testBlob.load(“rootmy.ncf”);

schemaBlob.load    (“NAX8.IC.root.ncm”);

rv=pCINdo6->    setSchema(&SchemaBlob);

rv=pCINdo6->    deserializeNCFnsd(&TestBlob);

int rv;clNdo cINdo6;blob testBlob;blob schemaBlob;

testBlob.load(“rootmy.ncf”);

schemaBlob.load    (“NAX8.IC.root.ncm”);

rv=pCINdo6->    setSchema(&SchemaBlob);

rv=pCINdo6->    deserializeNCFnsd(&TestBlob);





Copyright © 2005. Sybase Inc. All rights reserved. deserializeXML()

View this book as PDF