db2.dsn9.properties 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. # Licensed Materials - Property of IBM
  2. # IBM Cognos Products: OQP
  3. # (C) Copyright IBM Corp. 2005, 2016
  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. # Clauses.
  18. #
  19. #
  20. # Constructors.
  21. #
  22. constructors.row=false
  23. #
  24. # Windowed aggregates (SQL/OLAP).
  25. #
  26. olap.Count[any]=
  27. olap.Sum[any]=
  28. #
  29. # Window specification
  30. # A list of windows specifications that are supported by the DB
  31. # P = PARTITION BY
  32. # O = ORDER BY
  33. # F = FRAME
  34. #
  35. olap.Window.Specification[OF]=false
  36. olap.Window.Specification[F]=false
  37. olap.Window.Specification[PF]=false
  38. olap.Window.Specification[POF]=false
  39. olap.Window.Specification[PO]=false
  40. olap.Window.Specification[P]=false
  41. olap.Window.Specification[O]=false
  42. olap.Window.Specification[F]=false
  43. olap.Window.Specification[]=false
  44. #
  45. # Aggregates.
  46. #
  47. aggregates.PercentileCont[any,any]=
  48. aggregates.PercentileDisc[any,any]=
  49. #
  50. # Mappings used for transformation purposes only.
  51. #
  52. functions.AddHours[time_with_time_zone,numeric]=
  53. functions.AddHours[timestamp_with_time_zone,numeric]=
  54. functions.AddMinutes[time_with_time_zone,numeric]=
  55. functions.AddMinutes[timestamp_with_time_zone,numeric]=
  56. #
  57. # Literals.
  58. #
  59. literals.timestamp_with_time_zone=false
  60. #
  61. # Literal format specifications. Formats are compatible with String.format().
  62. # Values for default behaviour are listed.
  63. # Only char, temporal and string types can be overridden.
  64. # Fractional seconds are presented as a string of up to 10 characters: '.' followed by 9 character
  65. # 0-padded string representing nanoseconds or empty.
  66. #
  67. literals.format.timestamp=TIMESTAMP('%1$04d-%2$02d-%3$02d %4$02d:%5$02d:%6$02d%7$.7s')
  68. #
  69. # Data types.
  70. #
  71. dataType.timestamp_with_time_zone=false