Oracle Objects for OLE C++ Class Library
Release 8.1.7

Part Number A85258-01

Library

Product

Contents

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.


 
Oracle
Copyright copy; 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents