nextAttribute()  prev()

Chapter 5: General Objects and Methods

nodeDump()

Description

Dumps the contents of the NNDOObject associated with this clNdo object into an xlog.

Syntax

nodeDump()

Return value

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

Usage

Pointer to object

Object

clNdo NDO_HOLD_1;

clNdo *pCINdo1;

.

.

.

pCINdo1->nodeDump();

NDO_HOLD_1.nodeDump();

clNdo cINdo1;

.

.

.

cINdo1.nodeDump();





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

View this book as PDF