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

SetDynasetCacheParams

Applies To

OParameter

Description

Specifies dynaset cache, Fetch parameter for the dynaset created from the PL/SQL cursor.

Usage

void DynasetCacheParams( long SliceSize, long perblock, long Blocks, long FetchLimit, long FetchSize)

Arguments
Description
SliceSize
Cache slice size.
perblock
Cache slices per block.
Blocks
Cache maximum number of blocks.
FetchLimit
Fetch array size.
FetchSize
Fetch array buffer size.
Remarks

This should be called before executing the PL/SQL procedure containing cursor variable. By default, the dynaset is created with default cache and fetch parameter specified in the registry.


 
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