Oracle Objects for OLE C++ Class Library
Release 8.1.7

Part Number A85258-01

Library

Product

Contents

IsFirst Method

Applies To

ODynaset

OBinder

Description

This method returns TRUE if the current record in a dynaset is the first record in that dynaset. In the case of an OBinder object, the current record is in the bound dynaset.

Usage

oboolean IsFirst(void) const

Remarks

When a dynaset is opened; the current record is automatically the first record and IsFirst will be TRUE.

If the current record is invalid, such as when BOF is TRUE; IsFirst will be FALSE. This cannot occur in an OBinder as the underlying dynaset is bound between BOF and EOF.

Return Value

TRUE if the current record is the first; FALSE otherwise.


 
Oracle
Copyright copy; 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents