SAP ABAP Class CL_DB2_CONNECTION (DB2 Connection)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB-DB2 (Application Component) DB2 for z/OS
     STU2 (Package) CCMS for DB2 for OS/390
Properties
Class CL_DB2_CONNECTION  
Short Description DB2 Connection    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STU2   CCMS for DB2 for OS/390 
Created 20050712   SAP 
Last change 20070911   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 DB2CC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_DB2_CONNECTION has no interface implemented.
Friends
Class CL_DB2_CONNECTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FTP_HOST Instance attribute Private Type reference (TYPE) STRING 20050714
2 HOST Instance attribute Private Type reference (TYPE) STRING 20050712
3 LOCATION Instance attribute Private Type reference (TYPE) STRING 20050712
4 MEMBER Instance attribute Private Type reference (TYPE) STRING 20051125
5 NAME Instance attribute Private Type reference (TYPE) STRING 20050712
6 PLAN Instance attribute Private Type reference (TYPE) STRING 20050714
7 PORT Instance attribute Private Type reference (TYPE) STRING 20050712
8 PS Instance attribute Private Type reference (TYPE) STRING 20051125
9 RETRY_CNT Instance attribute Private Type reference (TYPE) STRING 20050714
10 SLEEP_TIME Instance attribute Private Type reference (TYPE) STRING 20050714
11 SSID Instance attribute Private Type reference (TYPE) STRING 20050712
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20050712
2 GET_FTP_HOST Instance method Public Method 20050715
3 GET_HOST Instance method Public Method 20050715
4 GET_LOCATION Instance method Public Method 20050715
5 GET_MEMBER Instance method Public Method return the member of the data sharing group 20051125
6 GET_NAME Instance method Public Method 20050713
7 GET_PLAN Instance method Public Method 20050715
8 GET_PORT Instance method Public Method 20050715
9 GET_PS Instance method Public Method return package set (collection) 20051125
10 GET_RETRY_CNT Instance method Public Method 20050715
11 GET_SLEEP_TIME Instance method Public Method 20050715
12 GET_SSID Instance method Public Method 20050715
13 SET_FTP_HOST Instance method Public Method 20050714
14 SET_HOST Instance method Public Method 20050712
15 SET_LOCATION Instance method Public Method 20050712
16 SET_MEMBER Instance method Public Method set member of the data sharing group 20051125
17 SET_PLAN Instance method Public Method 20050714
18 SET_PORT Instance method Public Method 20050712
19 SET_PS Instance method Public Method set package set (collection) 20051125
20 SET_RETRY_CNT Instance method Public Method 20050714
21 SET_SLEEP_TIME Instance method Public Method 20050714
22 SET_SSID Instance method Public Method 20050712
Events
Class CL_DB2_CONNECTION has no event.
Types
Class CL_DB2_CONNECTION has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20050712

Method CONSTRUCTOR on class CL_DB2_CONNECTION has no exception.

Method GET_FTP_HOST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FTP_HOST Value transfer Type reference (TYPE) STRING 20050715

Method GET_FTP_HOST on class CL_DB2_CONNECTION has no exception.

Method GET_HOST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HOST Value transfer Type reference (TYPE) STRING 20050715

Method GET_HOST on class CL_DB2_CONNECTION has no exception.

Method GET_LOCATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LOCATION Value transfer Type reference (TYPE) STRING 20050715

Method GET_LOCATION on class CL_DB2_CONNECTION has no exception.

Method GET_MEMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MEMBER Value transfer Type reference (TYPE) STRING 20051125

Method GET_MEMBER on class CL_DB2_CONNECTION has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NAME Value transfer Type reference (TYPE) STRING 20050713

Method GET_NAME on class CL_DB2_CONNECTION has no exception.

Method GET_PLAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PLAN Value transfer Type reference (TYPE) STRING 20050715

Method GET_PLAN on class CL_DB2_CONNECTION has no exception.

Method GET_PORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PORT Value transfer Type reference (TYPE) STRING 20050715

Method GET_PORT on class CL_DB2_CONNECTION has no exception.

Method GET_PS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PS Value transfer Type reference (TYPE) STRING 20051125

Method GET_PS on class CL_DB2_CONNECTION has no exception.

Method GET_RETRY_CNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETRY_CNT Value transfer Type reference (TYPE) STRING 20050715

Method GET_RETRY_CNT on class CL_DB2_CONNECTION has no exception.

Method GET_SLEEP_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SLEEP_TIME Value transfer Type reference (TYPE) STRING 20050715

Method GET_SLEEP_TIME on class CL_DB2_CONNECTION has no exception.

Method GET_SSID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SSID Value transfer Type reference (TYPE) STRING 20050715

Method GET_SSID on class CL_DB2_CONNECTION has no exception.

Method SET_FTP_HOST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FTP_HOST Call by reference Type reference (TYPE) STRING 20050714

Method SET_FTP_HOST on class CL_DB2_CONNECTION has no exception.

Method SET_HOST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HOST Call by reference Type reference (TYPE) STRING 20050712

Method SET_HOST on class CL_DB2_CONNECTION has no exception.

Method SET_LOCATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOCATION Call by reference Type reference (TYPE) STRING 20050712

Method SET_LOCATION on class CL_DB2_CONNECTION has no exception.

Method SET_MEMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MEMBER Call by reference Type reference (TYPE) STRING 20051125

Method SET_MEMBER on class CL_DB2_CONNECTION has no exception.

Method SET_PLAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PLAN Call by reference Type reference (TYPE) STRING 20050714

Method SET_PLAN on class CL_DB2_CONNECTION has no exception.

Method SET_PORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PORT Call by reference Type reference (TYPE) STRING 20050712

Method SET_PORT on class CL_DB2_CONNECTION has no exception.

Method SET_PS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS Call by reference Type reference (TYPE) STRING 20051125

Method SET_PS on class CL_DB2_CONNECTION has no exception.

Method SET_RETRY_CNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RETRY_CNT Call by reference Type reference (TYPE) STRING 20050714

Method SET_RETRY_CNT on class CL_DB2_CONNECTION has no exception.

Method SET_SLEEP_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SLEEP_TIME Call by reference Type reference (TYPE) STRING 20050714

Method SET_SLEEP_TIME on class CL_DB2_CONNECTION has no exception.

Method SET_SSID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SSID Call by reference Type reference (TYPE) STRING 20050712

Method SET_SSID on class CL_DB2_CONNECTION has no exception.
History
Last changed by/on SAP  20070911 
SAP Release Created in 710