Oracle Objects for OLE C++ Class Library
Release 9.0.1

Part Number A90172-01

Home

Book List

Contents

Master Index

Feedback

SetAttrValue Method

Applies To

OObject

Description

Returns the value of the attribute.

Usage

void SetAttrValue(int index, const OValue& val) const throw(
OException);

void SetAttrValue(int index, int val) const throw(
OException);

void SetAttrValue(int index, long val) const throw(
OException);

void SetAttrValue(int index, double val) const throw(
OException);

void SetAttrValue(int index, const char *val) const throw(
OException);

void SetAttrValue(int index, const OBlob &val) const throw(
OException);

void SetAttrValue(int index, const OClob &val) const throw(
OException);

void SetAttrValue(int index, const OBfile &val) const throw(
OException);

void SetAttrValue(int index, const ORef &val) const throw(
OException);

void SetAttrValue(int index, const OObject &val) const throw(
OException);

void SetAttrValue(int index, const OCollection &val) const throw(
OException);

void SetAttrValue(const char *attrname, const OValue& val) const throw(
OException);

void SetAttrValue(const char *attrname, int val) const throw(
OException);

void SetAttrValue(const char *attrname, long val) const throw(
OException);

void SetAttrValue(const char *attrname, double val) const throw(
OException);

void SetAttrValue(const char *attrname, const char *val) const throw(
OException);

void SetAttrValue(const char *attrname, const OBlob &val) const throw(
OException);

void SetAttrValue(const char *attrname, const OClob &val) const throw(
OException);

void SetAttrValue(const char *attrname, const OBfile &val) const throw(
OException);

void SetAttrValue(const char *attrname, const ORef &val) const throw(
OException);

void SetAttrValue(const char *attrname, const OObject &val) const throw(
OException);

void SetAttrValue(const char *attrname, const OCollection &val) const throw(
OException);

Arguments

index
An integer index between 0 and count-1.
attrname
A string containing the name of the attribute.
val
The value of the specified object.
Remarks


 
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.

Home

Book List

Contents