Oracle® Objects for OLE C++ Class Library Developer's Guide 10g Release 1 (10.1) Part Number B10119-01 |
|
Applies To
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.