copyDataNode()  createChild()

Chapter 5: General Objects and Methods

createChild()

Description

Creates a child node for the current clNdo object.

Syntax

createChild (string childName)

Parameter

Description

childName

String that contains the child name provided.

Return value

Integer. Returns 1 for success, and 0 for failure.

Usage

Pointer to object

Object

int rv;

clNdo *pCINdp()’

rv=pCINdo0->    createChild(“child1”);

int rv;

clNdo clNdo0;

rv=clNdo0.createChild(child1”);





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

View this book as PDF