getCurrentAttribute()  getData()

Chapter 5: General Objects and Methods

getData()

Description

Gets character data from the clNdo object.

Syntax

getData(char *pChar)

Parameter

Description

pChar

Pointer to a character data to store the data from the clNdo.

Return value

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

Usage

Pointer to object

Object

int rv; char c; clNdo *pClNdo1; . .rv=pclNdo1->getData(&c);

rv=cINdo1.getData(&c);





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

View this book as PDF