Rogue Wave banner
No previous fileTop of DocumentContentsNo linkNo next file
DB Access Module for Sybase CT 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 | F | G | I | L | M | N | O | P | R | S | T | U

A

Adaptive Server type
   data types [in 2.3 Data Types]
array fetches
   default number of rows [in 2.16.1 Modifying Array Size for Array Fetches]

B

beginTransaction() [in 2.11.2 Using Transaction Control Methods]

C

caching [in 2.5.1 Inserter Caching]
commitTransaction() [in 2.11.2 Using Transaction Control Methods]
connection states [in 2.13 Result Sets]
connections
   databases [in 2.2 Databases and Connections]
contents of RWDBSystemHandle [in 2.16 Contents of RWDBSystemHandle]
correct sequence of processing [in 2.9.2 Executing Stored Procedures]
CS_LC_COLLATE [in 2.17.10 CS_LOCALE Structure]
CS_LC_CTYPE [in 2.17.10 CS_LOCALE Structure]
CS_LC_MESSAGE [in 2.17.10 CS_LOCALE Structure]
CS_LC_TIME [in 2.17.10 CS_LOCALE Structure]
CS_LOCALE structure [in 2.17.10 CS_LOCALE Structure]
cursors [in 2.6 Cursors]
   restrictions [in 2.6 Cursors]
   scrolling [in 2.6 Cursors]

D

data binding [in 2.15 Input Binding of Data]
data type mapping [in 2.3 Data Types]
data types
   mapping when retrieving data [in 2.3 Data Types]
   restrictions on use [in 2.3.1 Restrictions on the Use of Data Types]
databases
   connections [in 2.2 Databases and Connections]
DLL
   naming conventions [in 2.2 Databases and Connections]

E

error handling
   determining severity [in 2.12.2 Reporting Errors from Adaptive Server]
error messages [in 2.12 Error Messages - Contents of RWDBStatus]
   Adaptive Server [in 2.12.2 Reporting Errors from Adaptive Server]
      [in 2.16.2 Logging Text Updates]
   CT-Library [in 2.12.1 Reporting Errors from Client-Library and CS-Library]
   severity level [in 2.12.1 Reporting Errors from Client-Library and CS-Library]
examples
   insert operation (Open SQL) [in 2.18.7.1 An Open SQL Insert Example]
   opening a database from a Windows application [in 2.2 Databases and Connections]
   opening a database [in 2.2 Databases and Connections]
   opening the default database [in 2.2 Databases and Connections]
   savepoint feature [in 2.11.2 Using Transaction Control Methods]
   stored procedure (Open SQL) [in 2.18.7.2 An Open SQL Stored Procedure Example]
execute()
   RWDBBulkInserter [in 2.8.2 Using an RWDBBulkInserter]
exposeHiddenKeys [in 2.17.7 Expose Hidden Keys]
expressions [in 2.4 Expressions]

F

foreign keys from views
   restricted [in 2.17.8 Foreign Keys from Views]

G

global functions [in 2.4.1 Global Functions]

I

identity columns [in 2.3.2 Using Identity Columns]
   restrictions [in 2.3.2 Using Identity Columns]
   tables [in 2.3.2 Using Identity Columns]
input binding of data [in 2.15 Input Binding of Data]
insert operation example (Open SQL) [in 2.18.7.1 An Open SQL Insert Example]
inserter caching [in 2.5.1 Inserter Caching]
installation [in Chapter 1 Introduction]
   [in 2.1 Introduction]
interfaces file [in 2.2 Databases and Connections]
internationalization [in 2.10 Internationalization and Localization]
   and data formats [in 2.10.6 Date Formats]
   and RWWString [in 2.10.5 RWWString]
   changing locales [in 2.10.2 Changing Locales on the Fly]
   data binding [in 2.10.3 Data Binding]
   environment variables [in 2.10 Internationalization and Localization]
   limitations [in 2.10.4 Limitations]
   prerequisites [in 2.10 Internationalization and Localization]

L

LANG [in 2.10 Internationalization and Localization]
LC_ALL [in 2.10 Internationalization and Localization]
LC_COLLATE [in 2.10 Internationalization and Localization]
LC_CTYPE [in 2.10 Internationalization and Localization]
LC_MESSAGE [in 2.10 Internationalization and Localization]
LC_TIME [in 2.10 Internationalization and Localization]
limitations
   internationalization [in 2.10.4 Limitations]
localization [in 2.10 Internationalization and Localization]
loginTimeout() [in 2.17.1 Login Timeout]

M

mapping between data types [in 2.3 Data Types]
maximumConnections() [in 2.17.4 Maximum Connections]

N

nested transactions [in 2.11.2 Using Transaction Control Methods]

O

Open SQL
   and RWDBSystemHandle [in 2.18.6 RWDBSystemHandle and Open SQL]
   bulk inserts [in 2.18.4 Bulk Inserts and Bulk Input Binding]
   code examples [in 2.18.7.1 An Open SQL Insert Example]
   placeholder syntax [in 2.18.1 Placeholder Syntax]
   simultaneous results processing [in 2.18.6.1 Simultaneous Results Processing of RWDBOSql Objects on the Same Connection]
   stored procedures [in 2.18.5 Stored Procedures and Open SQL]
   supported data types for input binding [in 2.18.2 Supported Data Types for Input Binding]
   supported data types for output binding [in 2.18.3 Supported Data Types for Output Binding]
outer joins [in 2.4.2 Outer Joins]
   noncompliant syntax example [in 2.4.2 Outer Joins]
      [in 2.4.2 Outer Joins]

P

performance [in 2.14 Text and Image Data]
   [in 2.9.3 Instantiating an RWDBStoredProc Using Schema Data]

R

reader caching [in 2.5.2 Reader Caching]
restrictions
   caching [in 2.5.1 Inserter Caching]
   foreign keys from views [in 2.17.8 Foreign Keys from Views]
   on outer joins [in 2.4.2 Outer Joins]
   on providing values for identity columns [in 2.3.2 Using Identity Columns]
   on the use of cursors [in 2.6 Cursors]
   on use of data types [in 2.3.1 Restrictions on the Use of Data Types]
result sets [in 2.13 Result Sets]
rollbackTransaction() [in 2.11.2 Using Transaction Control Methods]
rows
   insertion [in 2.3.2 Using Identity Columns]
RWDBBulkInserter [in 2.8.2 Using an RWDBBulkInserter]
RWDBColumn, and data type mapping [in 2.3 Data Types]
RWDBEnvironmentHandle [in 2.17 Contents of RWDBEnvironmentHandle]
RWDBStatus
   contents of [in 2.12 Error Messages - Contents of RWDBStatus]
RWDBStoredProc [in 2.9 Stored Procedures]
RWDBSybCtLibEnvironmentHandle [in 2.17.11 Using RWDBSybCtLibEnvironmentHandle]
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]
severity level [in 2.12.1 Reporting Errors from Client-Library and CS-Library]
shared library
   naming conventions [in 2.2 Databases and Connections]
simultaneous results processing [in 2.18.6.1 Simultaneous Results Processing of RWDBOSql Objects on the Same Connection]
sql.ini file [in 2.2 Databases and Connections]
static library
   naming convention [in 2.2 Databases and Connections]
stored procedure example (Open SQL) [in 2.18.7.2 An Open SQL Stored Procedure Example]
stored procedures [in 2.9 Stored Procedures]
   creating [in 2.9.1 Creating a Stored Procedure]
   executing [in 2.9.2 Executing Stored Procedures]
   parameters [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 tables [in Appendix A System Tables and Stored Procedures]

T

tables
   identity columns [in 2.3.2 Using Identity Columns]
text and image data
   and performance [in 2.14 Text and Image Data]
   updating [in 2.14 Text and Image Data]
textLimit() [in 2.17.5 Text Limit]
timeout() [in 2.17.2 Timeout]
transaction processing
   methods [in 2.11.2 Using Transaction Control Methods]
transactions [in 2.11 Transaction Processing]
   setting isolation levels [in 2.11.1 Setting Isolation Levels]
type mapping
   and data retrieval [in 2.3 Data Types]

U

using identity columns [in 2.3.2 Using Identity Columns]


No previous fileTop of DocumentContentsNo linkNo next file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.