Oracle Objects for OLE C++ Class Library
Release 9.0.1

Part Number A90172-01

Home

Book List

Contents

Master Index

Feedback

SetValue (OParamArray) Method

Applies To

OParamArray

Description

This method sets the current value of the particular element of the object.

Usage

oresult SetValue(const OValue &val, int index);

oresult SetValue(int val, int index);

oresult SetValue(long val, int index);

oresult SetValue(double val, int index);

oresult SetValue(const char *val, int index)

oresult SetValue(const char *val, int len, int index)

oresult SetValue(const OBlob &val, int index)

oresult SetValue(const OClob &val, int index)

oresult SetValue(const OBfile &val, int index)

oresult SetValue(const ORef &val, int index)

oresult SetValue(const OObject &val, int index)

oresult SetValue(const OCollection &val, int index)

Arguments

val
A variable of one of a number of types, which will receive the value
index
Specifies the array element
Remarks

These methods sets the current value of the element of the object.

Return Value

An oresult indicating whether the operation succeeded (OSUCCESS) or not (OFAILURE).


 
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.

Home

Book List

Contents