db2.sql9.7.properties 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. # Licensed Materials - Property of IBM
  2. # IBM Cognos Products: OQP
  3. # (C) Copyright IBM Corp. 2005, 2020
  4. # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM corp.
  5. #
  6. # Product information.
  7. #
  8. #
  9. # Delimiters.
  10. #
  11. #
  12. # Keywords.
  13. #
  14. #
  15. # Various limits.
  16. #
  17. #
  18. # General settings.
  19. #
  20. #
  21. # Cursor options - appended to end of generated SELECT statement.
  22. #
  23. #
  24. # Various features.
  25. #
  26. #
  27. # Performance properties (force certain transformations to be applied).
  28. #
  29. #
  30. # Command.
  31. #
  32. #
  33. # Tables.
  34. #
  35. #
  36. # Constructors.
  37. #
  38. #
  39. # Constructors - context overrides.
  40. #
  41. constructors.row.simpleCase=false
  42. constructors.row.between=false
  43. #
  44. # Clauses.
  45. #
  46. #
  47. # Joins.
  48. #
  49. #
  50. # Set operators.
  51. #
  52. #
  53. # Logical operators.
  54. #
  55. #
  56. # Arithmetic operators.
  57. #
  58. #
  59. # Group By Operators
  60. #
  61. #
  62. # Comparison predicates.
  63. #
  64. #
  65. # Various predicates.
  66. #
  67. predicates.Overlaps[any,any,any,any]=
  68. predicates.LikeRegex=
  69. #
  70. # Period predicates.
  71. #
  72. #
  73. # Expressions.
  74. #
  75. #
  76. # Cast expression.
  77. #
  78. expressions.Cast[any,xml]=
  79. #
  80. # Extract expression.
  81. #
  82. #
  83. # Trim expression.
  84. #
  85. #
  86. # Windowed aggregates (SQL/OLAP).
  87. #
  88. olap.PercentRank[]=
  89. olap.CumeDist[]=
  90. olap.PercentileCont[any,any]=
  91. olap.PercentileDisc[any,any]=
  92. olap.StdDevSamp[any]=
  93. olap.VarSamp[any]=
  94. olap.Median[any]=
  95. olap.NthValue[any,any]=
  96. olap.NTile[any]=
  97. #
  98. # Window clause.
  99. #
  100. #
  101. # Window specification
  102. # A list of windows specifications that are supported by the DB
  103. # P = PARTITION BY
  104. # O = ORDER BY
  105. # F = FRAME
  106. #
  107. #
  108. # Olap (distinct).
  109. #
  110. #
  111. # Aggregates.
  112. #
  113. aggregates.VarSamp[any]=
  114. aggregates.StdDevSamp[any]=
  115. aggregates.PercentRank[any,any]=
  116. aggregates.PercentileCont[any,any]=
  117. aggregates.PercentileDisc[any,any]=
  118. aggregates.Median[any]=
  119. #
  120. # Aggregates (distinct).
  121. #
  122. #
  123. # Linear regression aggregates.
  124. #
  125. #
  126. # JSON aggregates.
  127. #
  128. #
  129. # Character scalar functions.
  130. #
  131. #
  132. # Regular expression functions.
  133. #
  134. #
  135. # FDS functions.
  136. #
  137. #
  138. # Numeric scalar functions.
  139. #
  140. functions.WidthBucket[any,any,any,any]=
  141. # Array scalar functions.
  142. #
  143. #
  144. # Datetime value functions.
  145. #
  146. #
  147. # XML functions.
  148. #
  149. #
  150. # JSON functions.
  151. #
  152. #
  153. # Business date functions.
  154. #
  155. functions.FirstOfMonth[any]=(%1$s - (DAY(%1$s)-1) DAY)
  156. functions.LastOfMonth[any]=(%1$s - (DAY(%1$s)-1) DAY + 1 MONTH - 1 DAY)
  157. #
  158. # Table functions.
  159. #
  160. #
  161. # Literals.
  162. # Use datatypes only, not domains.
  163. #
  164. #
  165. # Literal constraints.
  166. #
  167. #
  168. # Data types.
  169. #