getData()  getData()

Chapter 5: General Objects and Methods

getData()

Description

Gets blob data from the clNdo object.

Syntax

getData(blob *pBlob)

Parameter

Description

pBlob

Pointer to blob 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;blob b;

clNdo *pClNdo1;

.

.

.

rv = pCINdo1->getData(&b);

int rv;blob b;

clNdo clNdo1;

.

.

.

rv = clNdo1.getData(&b);





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

View this book as PDF