virtual_dataport6.properties 843 B

12345678910111213141516171819202122232425262728
  1. # Licensed Materials - Property of IBM
  2. # IBM Cognos Products: OQP
  3. # (C) Copyright IBM Corp. 2019
  4. # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM corp.
  5. #
  6. # Various
  7. #
  8. supports.emptyStringIsNull=true
  9. supports.concatNullIsNull=false
  10. #
  11. # Literals
  12. #
  13. literals.date=
  14. literals.timestamp=true
  15. # Literal format specifications. Formats are compatible with String.format().
  16. # Values for default behaviour are listed.
  17. # Only char, temporal and string types can be overridden.
  18. # Fractional seconds are presented as a string of up to 10 characters: '.' followed by 9 character
  19. # 0-padded string representing nanoseconds or empty.
  20. literals.format.timestamp=TO_DATE('yyyy-MM-dd HH:mm:ss','%1$04d-%2$02d-%3$02d %4$02d:%5$02d:%6$02d')
  21. literals.format.decimal=cast('decimal',%s)