Rogue Wave banner
No previous fileTop of DocumentContentsNo linkNo next file
DB Access Module for Oracle OCI User's Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

Topic Index

Click on one of the letters below to jump immediately to that section of the index.

A | B | C | D | E | I | L | M | N | O | P | R | S | T

A

access library
   naming conventions [in 2.2 Databases and Connections]
access to database API [in 2.16 System and Environment Handles to Oracle OCI Specific Resources]

B

beginTransaction() [in 2.11.2 Using Transaction Control Methods]
binary data [in 2.14 Large Character and Binary Data]
   limitations on use [in 2.14 Large Character and Binary Data]

C

caching [in 2.6 Caching]
commitTransaction() [in 2.11.2 Using Transaction Control Methods]
configuration parameters
   accessing and setting through environment handle [in 2.16 System and Environment Handles to Oracle OCI Specific Resources]
connection parameters
   accessing through environment handle [in 2.16 System and Environment Handles to Oracle OCI Specific Resources]
connections
   arguments used [in 2.2 Databases and Connections]
   databases [in 2.2 Databases and Connections]
cursors
   OCI library support [in 2.5 Cursors]
   restrictions [in 2.5 Cursors]

D

data binding [in 2.15 Input Binding of Data]
data callback classes [in 2.17.5 RWDBDataCallback and Open SQL]
data formats for internationalization [in 2.10.4 Data Formats]
data type mapping [in 2.3 Data Types]
data types
   restrictions [in 2.3.1 Restrictions on the Use of Data Types]
      [in 2.3.1 Restrictions on the Use of Data Types]
database resources
   accessing through custom class [in 2.16 System and Environment Handles to Oracle OCI Specific Resources]
database
   connections [in 2.2 Databases and Connections]
   opening [in 2.2 Databases and Connections]

E

environment handle
   RWDBOCIEnvironmentHandle [in 2.16 System and Environment Handles to Oracle OCI Specific Resources]
errors
   generated within OCI [in 2.12 Error Messages: Contents of RWDBStatus]
   reporting [in 2.12 Error Messages: Contents of RWDBStatus]
   server errors [in 2.12 Error Messages: Contents of RWDBStatus]
example
   savepoint feature [in 2.11.2 Using Transaction Control Methods]
expressions [in 2.4 Expressions]

I

input binding of data [in 2.15 Input Binding of Data]
input parameters [in 2.9.2 Input/Output Parameters and Result Sets]
installation [in 1.1 Overview]
internationalization
   data bindings for [in 2.10.2 Data Bindings]
   data formats [in 2.10.4 Data Formats]
   limitations on [in 2.10.3 Limitations]
   restrictions [in 2.10 Internationalization]
   setting environment variables for [in 2.10.1.1 Environment Variables]
isolation()
   RWDBConnection [in 2.11.1 Setting Isolation Levels]

L

large character data [in 2.14 Large Character and Binary Data]
   limitations on use [in 2.14 Large Character and Binary Data]
large data [in 2.17.5 RWDBDataCallback and Open SQL]
limitations
   on internationalization [in 2.10.3 Limitations]
LOB, data at execution [in 2.17.5 RWDBDataCallback and Open SQL]

M

mapping between data types [in 2.3 Data Types]

N

nested transactions
   not supported [in 2.11.2 Using Transaction Control Methods]

O

OCI handles [in 2.16 System and Environment Handles to Oracle OCI Specific Resources]
OCIStmt structure [in 2.17.8 OCIStmts]
Open SQL
   examples [in 2.17.7.1 An Open SQL Insert Example]
   PL/SQL block [in 2.17.6 Stored Procedures and Open SQL]
   placeholder syntax [in 2.17.2 Placeholder Syntax]
      [in 2.17.2 Placeholder Syntax]
   statement type hint [in 2.17.1 Statement Type Hint]
   stored procedures [in 2.17.6 Stored Procedures and Open SQL]
   supported data types for output binding [in 2.17.4 Supported Data Types for Output Binding]
   using with Oracle OCI [in 2.17 Open SQL and Oracle OCI]
opening a database [in 2.2 Databases and Connections]
outer joins [in 2.4.3 Outer Joins]
   noncompliant syntax example [in 2.4.3 Outer Joins]
output parameters [in 2.9.2 Input/Output Parameters and Result Sets]

P

PL/SQL block [in 2.17.6 Stored Procedures and Open SQL]
portability
   how affected when using database-specific classes [in 2.16 System and Environment Handles to Oracle OCI Specific Resources]
positioned deletes, inserts, updates [in 2.5 Cursors]

R

restrictions
   cursors [in 2.5 Cursors]
   data types for output binding (Open SQL) [in 2.17.4 Supported Data Types for Output Binding]
   large character or binary data [in 2.14 Large Character and Binary Data]
   on creating PL/SQL functions [in 2.9 Stored Procedures]
   on data types [in 2.3.1 Restrictions on the Use of Data Types]
   on internationalization [in 2.10 Internationalization]
   on RWDBExpr global functions [in 2.4.1 Global Functions]
   on transaction processing [in 2.11.2 Using Transaction Control Methods]
   placeholder syntax not portable [in 2.17.2 Placeholder Syntax]
   simultaneous fetching of multiple result sets [in 2.17.8.1 Simultaneous Processing of Results on an RWDBOSql Object When Used for Stored Procedure]
result sets [in 2.9.2 Input/Output Parameters and Result Sets]
   handling multiple result sets [in 2.13 Result Sets]
results
   creating [in 2.13 Result Sets]
   request handling [in 2.13 Result Sets]
rollbackTransaction() [in 2.11.2 Using Transaction Control Methods]
rwdbCast()
   parameters [in 2.4.2 rwdbCast()]
RWDBColumn, and data type mapping [in 2.3 Data Types]
RWDBCursor
   binary data handling [in 2.14 Large Character and Binary Data]
   implementation [in 2.5 Cursors]
   large character data handling [in 2.14 Large Character and Binary Data]
RWDBDatabase
   returns environment handle [in 2.16 System and Environment Handles to Oracle OCI Specific Resources]
RWDBInserter
   binary data handling [in 2.14 Large Character and Binary Data]
   large character data handling [in 2.14 Large Character and Binary Data]
RWDBOCIEnvironmentHandle [in 2.16 System and Environment Handles to Oracle OCI Specific Resources]
RWDBOCISystemHandle [in 2.16 System and Environment Handles to Oracle OCI Specific Resources]
   [in 2.17.8 OCIStmts]
RWDBReader [in 2.13 Result Sets]
RWDBStatus
   contents of [in 2.12 Error Messages: Contents of RWDBStatus]
   format for errors [in 2.12 Error Messages: Contents of RWDBStatus]
   returning errors [in 2.12 Error Messages: Contents of RWDBStatus]
RWDBSystemHandle
   OCI handles [in 2.16 System and Environment Handles to Oracle OCI Specific Resources]
RWDBUpdater
   binary data handling [in 2.14 Large Character and Binary Data]
   large character data handling [in 2.14 Large Character and Binary Data]
RWDBValue, and data type mapping [in 2.3 Data Types]
RWDBValue
   ValueType [in 2.3 Data Types]

S

savepoint feature [in 2.11.2 Using Transaction Control Methods]
setSavepoint() [in 2.11.2 Using Transaction Control Methods]
static library
   naming conventions [in 2.2 Databases and Connections]
stored procedures
   and Open SQL [in 2.17.6 Stored Procedures and Open SQL]
   creating [in 2.9.1 Creating a Stored Procedure]
   example [in 2.9.1 Creating a Stored Procedure]
   executing [in 2.9.1 Creating a Stored Procedure]
   instantiating using schema data [in 2.9.3 Instantiating an RWDBStoredProc Using Schema Data]
   support [in 2.9 Stored Procedures]
storedProc() [in 2.9.3 Instantiating an RWDBStoredProc Using Schema Data]
   [in 2.9.3 Instantiating an RWDBStoredProc Using Schema Data]
system handle
   RWDBOCISystemHandle [in 2.16 System and Environment Handles to Oracle OCI Specific Resources]
system tables [in A.1 System Tables]

T

tables
   mechanism for reading [in 2.13 Result Sets]
transaction processing [in 2.11 Transaction Processing]
   methods [in 2.11.2 Using Transaction Control Methods]
   restrictions [in 2.11.2 Using Transaction Control Methods]


No previous fileTop of DocumentContentsNo linkNo next file

Copyright © Rogue Wave Software, Inc. All Rights Reserved.

The Rogue Wave name and logo, and SourcePro, are registered trademarks of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.