Oracle Objects for OLE C++ Class Library
Release 9.2

Part Number A95896-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

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.


 
Oracle
Copyright © 1998, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback