cogdmxml.ini 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  1. ;***********************************************************************
  2. ;Licensed Materials - Property of IBM
  3. ;
  4. ;BI and PM: UDA
  5. ;
  6. ;(C) Copyright IBM Corp. 2005, 2009
  7. ;
  8. ;U.S. Government Users Restricted Rights - Use, duplication, or disclosure
  9. ;by GSA ADP Schedule Contract with IBM Corp.
  10. ;
  11. ;Unless specifically authorized by IBM, you may not modify any part of this
  12. ;file. Where modification is authorized, you must reproduce any copyright
  13. ;notices contained in this file and specifically identify which
  14. ;modifications have been made by your organization. YOU ARE SOLELY
  15. ;RESPONSIBLE FOR DETERMINING THE APPROPRIATENESS OF ANY MODIFICATIONS TO
  16. ;THIS FILE AND ASSUME ALL RISKS ASSOCIATED WITH THE USE AND DISTRIBUTION
  17. ;OF THE MODIFIED FILE. IBM will not provide support relating to
  18. ;unauthorized changes you make to this file.
  19. ;***********************************************************************
  20. ; $Header: $
  21. ;
  22. ; Module:
  23. ; cogdmxml.ini
  24. ;
  25. ; Purpose:
  26. ; This module contains the SGIXML gateway information.
  27. ;
  28. ; Notes:
  29. ; Do NOT modify this file. Doing so could result in unknown behavior,
  30. ; possibly resulting in application aborts.
  31. ; ************************************************************************
  32. [Expression Results]
  33. [Exceptions Commands]
  34. Insert=
  35. Update=
  36. Delete=
  37. [Exceptions Clauses]
  38. Where=
  39. Group_By=
  40. Having=
  41. [Exceptions Tables]
  42. Simple=T
  43. Derived=F
  44. Joined=F
  45. Simple_And_Joined=F
  46. UniqueName_Prefix="coguda"
  47. ; Maximum length of aliases.
  48. ; XML does not use ALIAS, so the value
  49. ; returned here can be arbitrarily large.
  50. ; So we'll just set it to 128 here
  51. SQL_MAX_TABLE_NAME_LEN="128"
  52. [Exceptions Joins]
  53. Inner=F
  54. Left_Outer=F
  55. Right_Outer=F
  56. Full_Outer=F
  57. Cross=F
  58. Product_Join=F
  59. Optnl_Tbl_Filter=F
  60. Prsrv_Tbl_Filter=F
  61. On_Condition_Set_Functions=F
  62. Non_Join_Expr=F
  63. Non_Join_Non_Equi_Expr=F
  64. [Exceptions Predicates]
  65. Between=
  66. In=
  67. Like=
  68. Is_Null=
  69. Any=
  70. All=
  71. Exists=
  72. Unique=
  73. Match=
  74. Overlaps=
  75. NotLike=
  76. [Exceptions Aggregates]
  77. ; Max=
  78. ; Min=
  79. ; Sum=
  80. ; Avg=
  81. ; Count=
  82. ; Count_Star=
  83. ; Stddev=
  84. ; Stddev_Pop=
  85. ; Stddev_Samp=
  86. ; Variance=
  87. ; Variance_Pop=
  88. ; Variance_Samp=
  89. ; Grouping=
  90. ; Rank=
  91. ; Dense_Rank=
  92. ; Percent_Rank=
  93. ; Cume_Dist=
  94. ; Percentile=
  95. ; First=F
  96. ; Last=F
  97. ; Ravg=F
  98. ; Rcount=F
  99. ; Rcountstar=F
  100. ; Rdiff=F
  101. ; Rmax=F
  102. ; Rmin=F
  103. ; Rsum=F
  104. ; Xavg=F
  105. ; Xcount=F
  106. ; Xcountstar=F
  107. ; Xfirst=F
  108. ; Xlast=F
  109. ; Xmax=F
  110. ; Xmin=F
  111. ; Xmovingavg=F
  112. ; Xmovingsum=F
  113. ; Xntile=F
  114. ; Xperc=F
  115. ; Xrank=F
  116. ; Xratio=F
  117. ; Xstddev=F
  118. ; Xsum=F
  119. ; Xtertile=F
  120. ; Xvariance=F
  121. [Exceptions Set Operators]
  122. Distinct=
  123. Except=
  124. Except_All=F
  125. Intersect=
  126. Intersect_All=F
  127. Order_By=
  128. Order_By_Limit="0"
  129. Union=
  130. Union_All=F
  131. [Exceptions Operators]
  132. Add=
  133. Sub=
  134. Mul=
  135. Div=
  136. Eql=
  137. Neq=
  138. Grt=
  139. Geq=
  140. Les=
  141. Leq=
  142. Neg=
  143. And=
  144. Or=
  145. Not=
  146. [Exceptions Value Expressions]
  147. Char_Length=F
  148. Lower=F
  149. Upper=F
  150. Substring=F
  151. Position=F
  152. Trim=F
  153. StrCat=F
  154. User=F
  155. Null=
  156. [Exceptions General]
  157. Group_By_Alias=F
  158. Group_By_Expr=F
  159. Group_By_In_Exists=F
  160. Group_By_Sorted=F
  161. Subquery_Column_Alias=F
  162. Order_By_Alias=F
  163. Order_By_Name=F
  164. Count_Literal=F
  165. Count_Non_Distinct=F
  166. Subqueries=F
  167. Aggregate_In_Expr=F
  168. Aggregate_Value_Expr=F
  169. Cross_Product=F
  170. Substring_On_Expr=F
  171. Multiple_Distinct=F
  172. Subquery_In_Group_By=F
  173. Boolean_Comparison=F
  174. ;Trakker 521401
  175. Correlated_Subqueries=F
  176. [Exceptions Literals]
  177. Date_Literal=F
  178. Interval_Literal=F
  179. IntervalYM_Literal=F
  180. Time_Literal=F
  181. TimeTZ_Literal=F
  182. Timestamp_Literal=F
  183. TimestampTZ_Literal=F
  184. Boolean_Literal=F
  185. True_Literal_Str=
  186. False_Literal_Str=
  187. Unknown_Literal_Str=
  188. [Exceptions Misc]
  189. [Exceptions Delimiters]
  190. ;
  191. ; Specifies the delimiter character for each name part.
  192. ;
  193. ; If a delimiter is set to nothing, then the database does not support the
  194. ; delimiting of that name part; otherwise, the specified string is used to
  195. ; delimit the corresponding name part.
  196. ;
  197. ; NOTE: if Wholename specified and not empty then this indicates that fully
  198. ; qualified names are delimited with this character;
  199. ; For example,
  200. ; "myCatalog.mySchema.myTable.myColumn"
  201. ;
  202. ; NOTE: for a double quote (") entry, specifies "\"".
  203. ;
  204. ; SAP does not support delimiter
  205. Wholename_Delimiter=""
  206. Catalog_Delimiter=""
  207. Schema_Delimiter=""
  208. Table_Delimiter=""
  209. Column_Delimiter=""
  210. Procedure_Delimiter=""
  211. Numeric_Delimiter=""
  212. [Exceptions Separators]
  213. ;
  214. ; Specifies the name separator that follows the type of name.
  215. ; [<catalog><catalogSeparator>][<schema><schemaSeparator>][<table><tableSeparator>][<column>]
  216. ; [<catalog><catalogSeparator>][<schema><schemaSeparator>][<procedure>]
  217. ;
  218. ; SAP use '~' to denote columns belonging to a table
  219. Table_Separator="."
  220. ;
  221. ; List of expression results.
  222. ;
  223. [Expression Results]
  224. ;
  225. ; Operations supported and results of the supported operation.
  226. ; The format is;
  227. ; [Operator <operator name>]
  228. ; <LHS>=<RHS>,<RES>{;<RHS>,<RES>}
  229. ;
  230. ; where
  231. ;
  232. ; LHS = data type of left hand side of operation
  233. ; RHS = data type of right hand side of operation
  234. ; RES = result data type of operation
  235. ;
  236. ; LHS, RHS and RES values may be one of:
  237. ;
  238. ; Name Abbreviation DMS Data Type
  239. ; CHAR CH sqlChar
  240. ; VARCHAR VC sqlVarChar
  241. ; LVARCHAR LC sqlLongVarChar
  242. ; BINARY BN sqlBinary
  243. ; VARBINARY VB sqlVarBinary
  244. ; SMALLINT SM sqlSmallInt
  245. ; INTEGER IT sqlInteger
  246. ; QUAD QD sqlQuad
  247. ; DECIMAL DM sqlDecimal
  248. ; FLOAT FL sqlFloat
  249. ; DOUBLE DB sqlDouble
  250. ; DATE DT sqlDate
  251. ; TIME TM sqlTime
  252. ; TIMESTAMP TS sqlDateTime
  253. ; INTERVAL IV sqlInterval
  254. ; ---- NA sqlUnknownType
  255. ;
  256. [Operator Addition]
  257. [Operator Subtraction]
  258. [Operator Multiplicateion]
  259. [Operator Division]
  260. [Operator Concatenation]
  261. [Operator Comparison]
  262. [Builtin Functions]
  263. ;
  264. ; Date/time functions
  265. ;
  266. [Database Functions]
  267. ;
  268. ; Numeric functions
  269. ;
  270. ;
  271. ; Date/time functions
  272. ;
  273. ;
  274. ; String functions
  275. ;
  276. ;
  277. ; System functions
  278. ;
  279. [Database Function Mappings]
  280. ;
  281. ; Numeric functions
  282. ;
  283. ;
  284. ; Date/time functions
  285. ;
  286. ;
  287. ; String functions
  288. ;
  289. ;
  290. ; System functions
  291. ;
  292. [Special Case Information]
  293. [Misc]
  294. ; Default processing mode
  295. Processing Mode=Limited Local
  296. ; Maximum precision (in code points)
  297. ; for sqlVarChar = 32K - 1
  298. maxVarcharPrecision=32767
  299. ; validation of input files
  300. ; T = always validate (default)
  301. ; F = never validate.
  302. validateWithSchema=T