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

GetServerSize Method

Applies To

OField

Description

This method returns the length of the field as stored on the server.

Usage

long GetServerSize(void) const

Remarks

The size of a field may be different on the client and the server. This is most notable in the case of long (server type OTYPE_LONG) and long raw (server type OTYPE_LONGRAW) fields.

To get the size of the field as stored on the client, use GetSize.

Return Value

The size of the field; 0 on error.