List of Figures
- 3-1 Basic OCI Program Flow
- 3-2 Components of a Service Context
- 3-3 Statement Handles
- 3-4 Direct Path Handles
- 5-1 Steps in Processing SQL Statements
- 6-1 Using OCIBindByName() to Associate Placeholders with Program Variables
- 6-2 Determining Skip Parameters
- 6-3 Performing Piecewise Insert
- 6-4 Performing Piecewise Fetch
- 7-1 OCIDescribeAny() Table Description
- 9-1 Multiple Tightly Coupled Branches
- 9-2 Session Operating on Multiple Branches
- 10-1 OCI Connection Pooling
- 12-1 Publish-Subscribe Model
- 18-1 Basic Object Operational Flow
- 20-1 Direct Path Loading
- 20-2 Inheritance Hierarchy for a Column of Type Person
- 21-1 Object Cache
- 21-2 Object Graph of person_t Instances
- 22-1 Sample JSON Document
- 22-2 Calling Sequence for Writing JSON Data
- 22-3 Calling Sequence for Reading JSON Data
- 24-1 Using OTT with OCI
- 27-1 Classification of Instances by Type and Lifetime
- 35-1 Execution Flow of the OCIXStreamInLCRCallbackSend() Function
- 35-2 Execution Flow of the OCIXStreamOutLCRCallbackReceive() Function
- F-1 Multithreaded extproc Agent Architecture