Oracle Objects for OLE
Release 9.2

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

Master Index

Feedback

PinOption (OraRef) Property

Applies To

OraRef

Description

Gets/sets the Pin option for the referenceable object during the pin operation.

Arguments

[in]PinOption
An integer representing the Pin option.
Usage

pin_option = OraRef.PinOption

OraRef.PinOption = pin_option

Remarks

Possible values of pin_option are:

Possible Values of pin_option

Constant
Value
Description
ORAREF_READ_ANY
3
If the object is already in the object cache return it, otherwise, retrieve it from the database(default).
ORAREF_READ_RECENT
4
If the object is retrieved into the cache during a transaction, return it from the cache, otherwise retrieve the object from the database.
ORAREF_READ_LATEST
5
Always retrieve the latest values from the database.
Data Type

Integer (Boolean)

Example

Example: PinOption (OraRef) Property


 
Oracle
Copyright © 1994, 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