setData()  setSchema()

Chapter 5: General Objects and Methods

setName()

Description

Sets the name of the current NNDODataNode associated with this clNdo object.

Syntax

setName(string newName)

Parameter

Description

newName

String that contains the new name of a node.

Return value

None.

Usage

Pointer to object

Object

int rv;clNdo *pClNdo0;.

.

.

pClNdo0->setName(“TEMPNAME”);

int rv;clNdo clNdo0;

.

.

clNdo0.setName(“TEMPNAME”);





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

View this book as PDF