SAP ABAP Class IF_DB2_FAILOVER_PARSEABLE (Implementations are able to parse failover config file)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DB2_FAILOVER_PARSER_CON_INI DB2 Failover Configuration: Parser for old Config.ini 20111213
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DB2_FAILOVER_PARSER_XML This is a parser for an failover config xml file 20111107
Properties
Class IF_DB2_FAILOVER_PARSEABLE  
Short Description Implementations are able to parse failover config file    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20111107   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_DB2_FAILOVER_PARSEABLE has no forward declaration.
Interfaces
Class IF_DB2_FAILOVER_PARSEABLE has no interface implemented.
Friends
Class IF_DB2_FAILOVER_PARSEABLE has no friend class.
Attributes
Class IF_DB2_FAILOVER_PARSEABLE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method This method creates a parse and returns the approbiate type 20111116
2 GET_FORMAT Instance method Public Method returns the format, this parser is supporting 20120123
3 PARSE Instance method Public Method This method is going to parse a failover config file 20111107
4 RENDER Instance method Public Method This method is going to render a failover config file 20111107
Events
Class IF_DB2_FAILOVER_PARSEABLE has no event.
Types
Class IF_DB2_FAILOVER_PARSEABLE has no local type.
Method Signatures

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FORMAT Call by reference Type reference (TYPE) I Special case for XML Parser 20120420
2 Returning PARSER Value transfer Object reference (TYPE REF TO) IF_DB2_FAILOVER_PARSEABLE the freshly created parser 20111116

Method CREATE on class IF_DB2_FAILOVER_PARSEABLE has no exception.

Method GET_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FORMAT Value transfer Type reference (TYPE) I return a constant as defined in cl_db2_failover_config 20120123

Method GET_FORMAT on class IF_DB2_FAILOVER_PARSEABLE has no exception.

Method PARSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTENT Call by reference Type reference (TYPE) DBA_STRING_TAB DBA: Simple List of Strings 20111214
2 Changing DATABASES Call by reference Type reference (TYPE) DB2_FAILOVER_T_DB holds database sections in failover configuration 20111117
3 Changing FAILOVER_DATA Call by reference Type reference (TYPE) DB2_FAILOVER_T_DSN_ELEMENT DB2: Failover Configuration: Structure for an DSN element 20111116
4 Changing GLOBAL_PARAM_TBL Call by reference Type reference (TYPE) DB2_FAILOVER_T_PARAMETER DB2: Failover Configuration: table that contains parameter 20130712
# Exception Resumable Description Created on
1 CX_DB2_ROOT DB2: root class regarding exceptions 20120214

Method RENDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATABASES Call by reference Type reference (TYPE) DB2_FAILOVER_T_DB holds database sections in failover configuration 20111117
2 Importing FAILOVER_DATA Call by reference Type reference (TYPE) DB2_FAILOVER_T_DSN_ELEMENT DB2: Failover Configuration: Structure for an DSN element 20111116
3 Importing GLOBAL_PARAM_TBL Call by reference Type reference (TYPE) DB2_FAILOVER_T_PARAMETER DB2: Failover Configuration: table that contains parameter 20130712
4 Returning RENDERED_DATA Value transfer Type reference (TYPE) STRING Data in the right format, no direct writing to disk 20111116
# Exception Resumable Description Created on
1 CX_DB2_ROOT DB2: root class regarding exceptions 20130712
History
Last changed by/on SAP  20140121 
SAP Release Created in