Oracle Objects for OLE C++ Class Library
Release 8.1.7

Part Number A85258-01

Library

Product

Contents

IsTruncated Method

Applies To

OField

Description

This method returns TRUE if the contents of the field are not the complete contents of the column in the database.

Usage

oboolean IsTruncated(void) const

Remarks

Unlike most types of fields, the values of long and long raw fields may be only partially fetched from the server.

This call is valid only on fields whose server type is OTYPE_LONGRAW or OTYPE_LONG.

Return Value

TRUE if the field's value is incomplete; FALSE otherwise.


 
Oracle
Copyright copy; 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents