setData()  setName()

Chapter 5: General Objects and Methods

setData()

Description

Sets unsigned long data from the clNdo object.

Syntax

setData(long ul)

Parameter

Description

ul

Sets an unsigned long to the clNdo object.

Return value

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

Usage

Pointer to object

Object

int rv;unsigned long l;clNdo *pClNdo1;

.

.

rv = pClNdo1->setData(ul);

int rv;unsigned long l;clNdo clNdo1;

.

.

rv = clNdo1.setData(ul);





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

View this book as PDF