SAP ABAP Class CL_OIUP_SQL_PARSER_WHERE (PDM - Parse SQL With WHERE Clause)
Hierarchy
IS-OIL (Software Component) IS-OIL
   IS-OIL-PRA (Application Component) Production and Revenue Accounting
     OIU_P (Package) Partitioned Data Management
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_OIUP_SQL_PARSER PDM - SQL Parser 20040414
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OIUP_SQL_PARSER_WHERE PDM - Parse SQL With WHERE Clause Interface 20040415
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_OIUP_SQL_PARSER_DELETE PDM - Parse DELETE 20040429
2 Inheritance (c INHERITING FROM c_ref)  CL_OIUP_SQL_PARSER_SELECT PDM - Parse SELECT 20040414
3 Inheritance (c INHERITING FROM c_ref)  CL_OIUP_SQL_PARSER_UPDATE PDM - Parse UPDATE 20040525
Properties
Class CL_OIUP_SQL_PARSER_WHERE  
Short Description PDM - Parse SQL With WHERE Clause    
Super Class CL_OIUP_SQL_PARSER PDM - SQL Parser 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class OIUP    
Program status     
Category 0   
Package OIU_P   Partitioned Data Management 
Created 20040414   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_OIUP_SQL_PARSER_WHERE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_OIUP_SQL_PARSER_WHERE PDM - Parse SQL With WHERE Clause Interface 20040415
Friends
# Friend Modeled only Created on Description
1 CL_OIUP_SQL_PARSER_EXPRESSION 20040426 PDM - Where Expression
2 CL_OIUP_SQL_PARSER_WHERE_TREE 20040421 PDM - Where Clause Tree/Node
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_COMMA Constant Protected Type reference (TYPE) CHAR1 ',' Constant - Comma 20040416
2 C_TILDE Constant Protected Type reference (TYPE) CHAR1 '~' Constant - Tilde 20040420
3 PARSE_TREE Instance attribute Protected Object reference (TYPE REF TO) CL_OIUP_SQL_PARSER_WHERE_TREE PDM - Where Clause Tree/Node 20040414
4 WHERE_CLAUSE Instance attribute Protected Attribute reference (LIKE) 20040421
5 WHERE_REFERENCES Instance attribute Protected Attribute reference (LIKE) 20040415
Methods
# Method Level Visibility Method type Description Created on
1 BREAK_SQL_WHERE Instance method Protected Method Break SQL Into Different Parts (Abstract) 20040430
2 PARSE_WHERE_CLAUSE Instance method Protected Method Parse WHERE_CLAUSE 20040414
3 TRAVERSE Instance method Protected Method 20040429
Events
Class CL_OIUP_SQL_PARSER_WHERE has no event.
Types
Class CL_OIUP_SQL_PARSER_WHERE has no local type.
Method Signatures

Method BREAK_SQL_WHERE Signature

Method BREAK_SQL_WHERE on class CL_OIUP_SQL_PARSER_WHERE has no parameter.
Method BREAK_SQL_WHERE on class CL_OIUP_SQL_PARSER_WHERE has no exception.

Method PARSE_WHERE_CLAUSE Signature

Method PARSE_WHERE_CLAUSE on class CL_OIUP_SQL_PARSER_WHERE has no parameter.
# Exception Resumable Description Created on
1 SUBQUERY Subquery Encountered 20040611

Method TRAVERSE Signature

Method TRAVERSE on class CL_OIUP_SQL_PARSER_WHERE has no parameter.
Method TRAVERSE on class CL_OIUP_SQL_PARSER_WHERE has no exception.
History
Last changed by/on SAP  20050224 
SAP Release Created in 472