SAP ABAP Interface IF_DB2_FAILOVER_PARSEABLE (Implementations are able to parse failover config file)
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

⤷

⤷

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
Interface | IF_DB2_FAILOVER_PARSEABLE | |
Short Description | Implementations are able to parse failover config file |
General Data
Package | STU2 | CCMS for DB2 for OS/390 |
Created | 20111107 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
Interface IF_DB2_FAILOVER_PARSEABLE has no forward declaration.
Interfaces
Interface IF_DB2_FAILOVER_PARSEABLE has no interface.
Friends
Interface IF_DB2_FAILOVER_PARSEABLE has no friend.
Attributes
Interface IF_DB2_FAILOVER_PARSEABLE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | This method creates a parse and returns the approbiate type | 20111116 |
2 | ![]() |
Instance method | Public | Method | returns the format, this parser is supporting | 20120123 |
3 | ![]() |
Instance method | Public | Method | This method is going to parse a failover config file | 20111107 |
4 | ![]() |
Instance method | Public | Method | This method is going to render a failover config file | 20111107 |
Events
Interface IF_DB2_FAILOVER_PARSEABLE has no event.
Types
Interface 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 | ![]() |
FORMAT | Call by reference | Type reference (TYPE) | I | Special case for XML Parser | 20120420 | ||
2 | ![]() |
PARSER | Value transfer | Object reference (TYPE REF TO) | IF_DB2_FAILOVER_PARSEABLE | the freshly created parser | 20111116 |
Method CREATE on Interface 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 | ![]() |
FORMAT | Value transfer | Type reference (TYPE) | I | return a constant as defined in cl_db2_failover_config | 20120123 |
Method GET_FORMAT on Interface 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 | ![]() |
CONTENT | Call by reference | Type reference (TYPE) | DBA_STRING_TAB | DBA: Simple List of Strings | 20111214 | ||
2 | ![]() |
DATABASES | Call by reference | Type reference (TYPE) | DB2_FAILOVER_T_DB | holds database sections in failover configuration | 20111117 | ||
3 | ![]() |
FAILOVER_DATA | Call by reference | Type reference (TYPE) | DB2_FAILOVER_T_DSN_ELEMENT | DB2: Failover Configuration: Structure for an DSN element | 20111116 | ||
4 | ![]() |
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 | ![]() |
DB2: root class regarding exceptions | 20120214 |
Method RENDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DATABASES | Call by reference | Type reference (TYPE) | DB2_FAILOVER_T_DB | holds database sections in failover configuration | 20111117 | ||
2 | ![]() |
FAILOVER_DATA | Call by reference | Type reference (TYPE) | DB2_FAILOVER_T_DSN_ELEMENT | DB2: Failover Configuration: Structure for an DSN element | 20111116 | ||
3 | ![]() |
GLOBAL_PARAM_TBL | Call by reference | Type reference (TYPE) | DB2_FAILOVER_T_PARAMETER | DB2: Failover Configuration: table that contains parameter | 20130712 | ||
4 | ![]() |
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 | ![]() |
DB2: root class regarding exceptions | 20130712 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |