db2.sql10.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. supports.top.0=false
  27. #
  28. # Performance properties (force certain transformations to be applied).
  29. #
  30. #
  31. # Command.
  32. #
  33. #
  34. # Tables.
  35. #
  36. #
  37. # Constructors.
  38. #
  39. #
  40. # Constructors - context overrides.
  41. #
  42. #
  43. # Clauses.
  44. #
  45. #
  46. # Joins.
  47. #
  48. #
  49. # Set operators.
  50. #
  51. #
  52. # Logical operators.
  53. #
  54. #
  55. # Arithmetic operators.
  56. #
  57. #
  58. # Group By Operators
  59. #
  60. #
  61. # Comparison predicates.
  62. #
  63. #
  64. # Various predicates.
  65. #
  66. predicates.Overlaps[any,any,any,any]=
  67. predicates.LikeRegex=
  68. predicates.LikeRegex.flag=
  69. #
  70. # Period predicates.
  71. #
  72. #
  73. # Expressions.
  74. #
  75. #
  76. # Cast expression.
  77. #
  78. #
  79. # Extract expression.
  80. #
  81. #
  82. # Trim expression.
  83. #
  84. #
  85. # Windowed aggregates (SQL/OLAP).
  86. #
  87. olap.PercentileCont[any,any]=
  88. olap.PercentileDisc[any,any]=
  89. olap.StdDevSamp[any]=
  90. olap.VarSamp[any]=
  91. olap.PercentRank[]=
  92. olap.CumeDist[]=
  93. olap.Median[any]=
  94. olap.NthValue[any,any]=
  95. olap.NTile[any]=
  96. #
  97. # Window clause.
  98. #
  99. #
  100. # Window specification
  101. # A list of windows specifications that are supported by the DB
  102. # P = PARTITION BY
  103. # O = ORDER BY
  104. # F = FRAME
  105. #
  106. #
  107. # Olap (distinct).
  108. #
  109. #
  110. # Aggregates.
  111. #
  112. aggregates.StdDevSamp[any]=
  113. aggregates.VarSamp[any]=
  114. aggregates.PercentRank[any,any]=
  115. aggregates.CumeDistH[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. #