cogdmmd.ini 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. ;***********************************************************************
  2. ;Licensed Materials - Property of IBM
  3. ;
  4. ;BI and PM: UDA
  5. ;
  6. ;(C) Copyright IBM Corp. 2005, 2020
  7. ;
  8. ;U.S. Government Users Restricted Rights - Use, duplication, or disclosure
  9. ;by GSA ADP Schedule Contract with IBM Corp.
  10. ;
  11. ;Unless specifically authorized by IBM, you may not modify any part of this
  12. ;file. Where modification is authorized, you must reproduce any copyright
  13. ;notices contained in this file and specifically identify which
  14. ;modifications have been made by your organization. YOU ARE SOLELY
  15. ;RESPONSIBLE FOR DETERMINING THE APPROPRIATENESS OF ANY MODIFICATIONS TO
  16. ;THIS FILE AND ASSUME ALL RISKS ASSOCIATED WITH THE USE AND DISTRIBUTION
  17. ;OF THE MODIFIED FILE. IBM will not provide support relating to
  18. ;unauthorized changes you make to this file.
  19. ;***********************************************************************
  20. ; $Header: //uda/main/prod/dmd/rds/cogdmmd.ini#3 $
  21. ;
  22. ; Module:
  23. ; cogdmmd.ini
  24. ;
  25. ; Purpose:
  26. ; This module contains Multidatabase Management System information.
  27. ;
  28. ; Notes:
  29. ; Do NOT modify this file. Doing so could result in unknown behavior,
  30. ; possibly resulting in application aborts.
  31. ;
  32. ; ************************************************************************
  33. [Expression Results]
  34. [Exceptions Commands]
  35. Call="call "
  36. [Exceptions Clauses]
  37. [Exceptions Tables]
  38. Simple=T
  39. Derived=T
  40. Joined=T
  41. [Exceptions Joins]
  42. Inner=T
  43. Left_Outer=T
  44. Right_Outer=T
  45. Full_Outer=T
  46. Cross=T
  47. Nested_Outer=T
  48. Inner_Tbl_Restrict=F
  49. Outer_Syntax=T
  50. Optnl_Tbl_Restrict=F
  51. Outer_Tbl_List=T
  52. Non_Equi_Joins=T
  53. [Exceptions Predicates]
  54. Overlaps="Overlaps"
  55. [Exceptions Aggregates]
  56. Max="max"
  57. Min="min"
  58. Sum="sum"
  59. Avg="avg"
  60. Count="count"
  61. Count_Star="count(*)"
  62. [Exceptions Set Operators]
  63. Union="union"
  64. Union_All=T
  65. Intersect="intersect"
  66. Intersect_All=T
  67. Except=" except "
  68. Except_All=T
  69. Distinct="distinct"
  70. [Exceptions Operators]
  71. Neq=" <> "
  72. [Exceptions Value Expressions]
  73. Case=T
  74. Coalesce=T
  75. Nullif=T
  76. Extract=T
  77. Position=T
  78. Char_Length=T
  79. Octet_Length=T
  80. Bit_Length=T
  81. Substring=T
  82. Upper=T
  83. Lower=T
  84. StrCat=T
  85. [Exceptions Literals]
  86. Date_Literal=T
  87. Time_Literal=T
  88. TimeTZ_Literal=T
  89. Interval_Literal=T
  90. Timestamp_Literal=T
  91. TimestampTZ_Literal=T
  92. [Exceptions General]
  93. Count_Value_Expr=T
  94. Count_Non_Distinct=T
  95. Correlated_Subqueries=T
  96. Nulls_Sort_Last=T
  97. Like_Value_Expr=T
  98. Group_By_Expr=T
  99. Multiple_Distinct=T
  100. Subqueries=T
  101. Subquery_Column_Alias=T
  102. Cross_Product=T
  103. Distinct_Aggregates=T
  104. Aggregate_Value_Expr=T
  105. Aggregate_In_Expr=T
  106. Substring_On_Expr=T
  107. [Exceptions DB]
  108. Nulls_Sort_Last=F
  109. [Exceptions PX]
  110. Nulls_Sort_Last=F
  111. [Exceptions BT]
  112. Nulls_Sort_Last=F
  113. [Exceptions SP]
  114. Nulls_Sort_Last=F
  115. Simple_Filter=T
  116. Date_Literal_Str="'%04d%02d%02d'"
  117. Time_Literal_Str="'%02d%02d%02d'"
  118. Timestamp_Literal_Str="'%04d%02d%02d%02d%02d%02d'"
  119. Is_Null=
  120. Query_Cost_Factor=5000
  121. Complex_IxScan=T
  122. [Exceptions Predicates SP]
  123. All=
  124. Any=
  125. Between="between"
  126. Exists=
  127. In="in"
  128. Like="like"
  129. Match=
  130. Overlaps=
  131. Unique=
  132. [Exceptions Operators SP]
  133. Add=
  134. And="and"
  135. Div=
  136. Eql="="
  137. Geq=">="
  138. Grt=">"
  139. Leq="<="
  140. Les="<"
  141. Mul=
  142. Neg=
  143. Neq="<>"
  144. Not="not"
  145. Or="or"
  146. Sub=
  147. [Exceptions Value Expressions SP]
  148. Bit_Length=F
  149. Case=F
  150. Case_Simple=F
  151. Case_Searched=F
  152. Cast=F
  153. Char_Length=F
  154. Coalesce=F
  155. Extract=F
  156. Lower=F
  157. Nullif=F
  158. Octet_Length=F
  159. Position=F
  160. Substring=F
  161. StrCat=F
  162. Upper=F