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

IsFieldTruncated Method

Applies To

ODynaset

Description

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

Usage

oboolean IsFieldTruncated(int index) const

oboolean IsFieldTruncated(const char *fieldname) const

Arguments
Description
index
The 0-based index of the field. The index is the position of the field in the SQL query that created the current record set.
fieldname
The name of the field, as expressed in the SQL query
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 © 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