Skip Headers

Oracle® Objects for OLE C++ Class Library Developer's Guide
10g Release 1 (10.1)

Part Number B10119-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

GetSize Method

Applies To

OField

Description

This method returns the length of the field as stored locally on the client.

Usage

long GetSize(void) const

Remarks

This method will return the number of bytes used to store the field on the client. It will always return a 0 for long or long raw fields.

To get the size of a long or long raw field as stored on the server, use GetServerSize.

Return Value

The size of the field; 0 on error.