sqlserver9.0.properties 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. # Licensed Materials - Property of IBM
  2. # IBM Cognos Products: OQP
  3. # (C) Copyright IBM Corp. 2005, 2018
  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. # Various limits.
  13. #
  14. #
  15. # General settings.
  16. #
  17. #
  18. # Various features.
  19. #
  20. supports.sqlserverWindowBehaviour=false
  21. #
  22. # Command.
  23. #
  24. #
  25. # Tables.
  26. #
  27. #
  28. # Constructors.
  29. #
  30. #
  31. # Clauses.
  32. #
  33. clauses.With=
  34. clauses.ForSystemTimeAsOf=
  35. clauses.ForSystemTimeFrom=
  36. clauses.ForSystemTimeBetween=
  37. #
  38. # Joins.
  39. #
  40. #
  41. # Set operators.
  42. #
  43. operators.set.Intersect=
  44. operators.set.Except=
  45. #
  46. # Logical operators.
  47. #
  48. #
  49. # Arithmetic operators.
  50. #
  51. #
  52. # Group By Operators
  53. #
  54. #
  55. # Comparison predicates.
  56. #
  57. #
  58. # Various predicates.
  59. #
  60. #
  61. # Expressions.
  62. #
  63. #
  64. # Cast expression.
  65. #
  66. expressions.Cast[nchar,decimal]=
  67. expressions.Cast[timestamp,timestamp]=%1$s
  68. expressions.Cast[any,date]=
  69. expressions.Cast[any,time]=
  70. #
  71. # Extract expression.
  72. #
  73. #
  74. # Trim expression.
  75. #
  76. #
  77. # Windowed aggregates (SQL/OLAP).
  78. #
  79. olap.Max[any]=
  80. olap.Min[any]=
  81. olap.Sum[any]=
  82. olap.Avg[any]=
  83. olap.Count[any]=
  84. olap.Count[blob]=
  85. olap.CountStar[]=
  86. olap.StdDevSamp[any]=
  87. olap.StdDevPop[any]=
  88. olap.VarSamp[any]=
  89. olap.VarPop[any]=
  90. olap.Rank[]=
  91. olap.DenseRank[]=
  92. olap.PercentRank[]=
  93. olap.CumeDist[]=
  94. olap.PercentileCont[any,any]=
  95. olap.PercentileDisc[any,any]=
  96. olap.Median[any]=
  97. olap.FirstValue[any]=
  98. olap.LastValue[any]=
  99. olap.Lag[any]=
  100. olap.Lag[any,any]=
  101. olap.Lag[any,any,any]=
  102. olap.Lead[any]=
  103. olap.Lead[any,any]=
  104. olap.Lead[any,any,any]=
  105. olap.NTile[any]=
  106. olap.Tertile[]=
  107. olap.RatioToReport[any]=
  108. olap.Difference[any]=
  109. #CQ654767, RTC216142
  110. olap.RowNumber[]=
  111. #
  112. # Window clause.
  113. #
  114. #
  115. # Window specification
  116. # A list of windows specifications that are supported by the DB
  117. # P = PARTITION BY
  118. # O = ORDER BY
  119. # F = FRAME
  120. #
  121. #
  122. # Olap (distinct).
  123. #
  124. olap.Max.distinct[any]=
  125. olap.Min.distinct[any]=
  126. olap.Sum.distinct[any]=
  127. olap.Avg.distinct[any]=
  128. olap.Count.distinct[any]=
  129. #
  130. # Aggregates.
  131. #
  132. #
  133. # Aggregates (distinct).
  134. #
  135. #
  136. # Linear regression aggregates.
  137. #
  138. #
  139. # Character scalar functions.
  140. #
  141. #
  142. # Numeric scalar functions.
  143. #
  144. #
  145. # Trigonometric functions.
  146. #
  147. #
  148. # Datetime value functions.
  149. #
  150. functions.CurrentDate[]=convert(datetime, convert( char(8), current_timestamp, 112 ), 112)
  151. functions.CurrentTime[]=
  152. functions.CurrentTimestamp[]=
  153. #
  154. # XML functions.
  155. #
  156. #
  157. # Business date functions.
  158. #
  159. functions.WeekOfYear[any]=
  160. #
  161. # Mappings used for transformation purposes only.
  162. #
  163. #
  164. # FDS functions.
  165. #
  166. #
  167. # Literals.
  168. #
  169. literals.time=false
  170. literals.timestamp_with_time_zone=false
  171. #
  172. # Literal format specifications.
  173. #
  174. literals.format.date={d '%1$04d-%2$02d-%3$02d'}
  175. #
  176. # Literal Exceptions.
  177. #
  178. #
  179. # Data types.
  180. #
  181. dataType.date=false
  182. dataType.time=false
  183. dataType.timestamp_with_time_zone=false
  184. #
  185. # Support for SQL data types that are not defined in the JDBC 3.0 standard
  186. # datasource.type.<datasource specific name>=CCL datatype name
  187. # all spaces need to be replaced with an underscore (_)
  188. #
  189. datasource.type.datetimeoffset=