Copy from 72246 to trunk
[mono.git] / mcs / class / Mono.Data.Sqlite / resources / DataTypes.xml
1 <?xml version="1.0" standalone="yes"?>
2 <DocumentElement>
3   <DataTypes>
4     <TypeName>smallint</TypeName>
5     <ProviderDbType>10</ProviderDbType>
6     <ColumnSize>5</ColumnSize>
7     <DataType>System.Int16</DataType>
8     <CreateFormat>smallint</CreateFormat>
9     <IsAutoIncrementable>false</IsAutoIncrementable>
10     <IsCaseSensitive>false</IsCaseSensitive>
11     <IsFixedLength>true</IsFixedLength>
12     <IsFixedPrecisionScale>true</IsFixedPrecisionScale>
13     <IsLong>false</IsLong>
14     <IsNullable>true</IsNullable>
15     <IsSearchable>true</IsSearchable>
16     <IsSearchableWithLike>false</IsSearchableWithLike>
17     <IsUnsigned>false</IsUnsigned>
18     <IsBestMatch>true</IsBestMatch>
19   </DataTypes>
20   <DataTypes>
21     <TypeName>int</TypeName>
22     <ProviderDbType>11</ProviderDbType>
23     <ColumnSize>10</ColumnSize>
24     <DataType>System.Int32</DataType>
25     <CreateFormat>int</CreateFormat>
26     <IsAutoIncrementable>false</IsAutoIncrementable>
27     <IsCaseSensitive>false</IsCaseSensitive>
28     <IsFixedLength>true</IsFixedLength>
29     <IsFixedPrecisionScale>true</IsFixedPrecisionScale>
30     <IsLong>false</IsLong>
31     <IsNullable>true</IsNullable>
32     <IsSearchable>true</IsSearchable>
33     <IsSearchableWithLike>false</IsSearchableWithLike>
34     <IsUnsigned>false</IsUnsigned>
35     <IsBestMatch>true</IsBestMatch>
36   </DataTypes>
37   <DataTypes>
38     <TypeName>real</TypeName>
39     <ProviderDbType>15</ProviderDbType>
40     <ColumnSize>7</ColumnSize>
41     <DataType>System.Single</DataType>
42     <CreateFormat>real</CreateFormat>
43     <IsAutoIncrementable>false</IsAutoIncrementable>
44     <IsCaseSensitive>false</IsCaseSensitive>
45     <IsFixedLength>true</IsFixedLength>
46     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
47     <IsLong>false</IsLong>
48     <IsNullable>true</IsNullable>
49     <IsSearchable>true</IsSearchable>
50     <IsSearchableWithLike>false</IsSearchableWithLike>
51     <IsUnsigned>false</IsUnsigned>
52     <IsBestMatch>true</IsBestMatch>
53   </DataTypes>
54   <DataTypes>
55     <TypeName>float</TypeName>
56     <ProviderDbType>8</ProviderDbType>
57     <ColumnSize>6</ColumnSize>
58     <DataType>System.Double</DataType>
59     <CreateFormat>float</CreateFormat>
60     <IsAutoIncrementable>false</IsAutoIncrementable>
61     <IsCaseSensitive>false</IsCaseSensitive>
62     <IsFixedLength>true</IsFixedLength>
63     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
64     <IsLong>false</IsLong>
65     <IsNullable>true</IsNullable>
66     <IsSearchable>true</IsSearchable>
67     <IsSearchableWithLike>false</IsSearchableWithLike>
68     <IsUnsigned>false</IsUnsigned>
69     <IsBestMatch>true</IsBestMatch>
70   </DataTypes>
71   <DataTypes>
72     <TypeName>double</TypeName>
73     <ProviderDbType>8</ProviderDbType>
74     <ColumnSize>6</ColumnSize>
75     <DataType>System.Double</DataType>
76     <CreateFormat>double</CreateFormat>
77     <IsAutoIncrementable>false</IsAutoIncrementable>
78     <IsCaseSensitive>false</IsCaseSensitive>
79     <IsFixedLength>true</IsFixedLength>
80     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
81     <IsLong>false</IsLong>
82     <IsNullable>true</IsNullable>
83     <IsSearchable>true</IsSearchable>
84     <IsSearchableWithLike>false</IsSearchableWithLike>
85     <IsUnsigned>false</IsUnsigned>
86     <IsBestMatch>false</IsBestMatch>
87   </DataTypes>
88   <DataTypes>
89     <TypeName>money</TypeName>
90     <ProviderDbType>7</ProviderDbType>
91     <ColumnSize>19</ColumnSize>
92     <DataType>System.Decimal</DataType>
93     <CreateFormat>money</CreateFormat>
94     <IsAutoIncrementable>false</IsAutoIncrementable>
95     <IsCaseSensitive>false</IsCaseSensitive>
96     <IsFixedLength>true</IsFixedLength>
97     <IsFixedPrecisionScale>true</IsFixedPrecisionScale>
98     <IsLong>false</IsLong>
99     <IsNullable>true</IsNullable>
100     <IsSearchable>true</IsSearchable>
101     <IsSearchableWithLike>false</IsSearchableWithLike>
102     <IsUnsigned>false</IsUnsigned>
103     <IsBestMatch>true</IsBestMatch>
104   </DataTypes>
105   <DataTypes>
106     <TypeName>currency</TypeName>
107     <ProviderDbType>7</ProviderDbType>
108     <ColumnSize>19</ColumnSize>
109     <DataType>System.Decimal</DataType>
110     <CreateFormat>currency</CreateFormat>
111     <IsAutoIncrementable>false</IsAutoIncrementable>
112     <IsCaseSensitive>false</IsCaseSensitive>
113     <IsFixedLength>true</IsFixedLength>
114     <IsFixedPrecisionScale>true</IsFixedPrecisionScale>
115     <IsLong>false</IsLong>
116     <IsNullable>true</IsNullable>
117     <IsSearchable>true</IsSearchable>
118     <IsSearchableWithLike>false</IsSearchableWithLike>
119     <IsUnsigned>false</IsUnsigned>
120     <IsBestMatch>false</IsBestMatch>
121   </DataTypes>
122   <DataTypes>
123     <TypeName>decimal</TypeName>
124     <ProviderDbType>7</ProviderDbType>
125     <ColumnSize>19</ColumnSize>
126     <DataType>System.Decimal</DataType>
127     <CreateFormat>decimal</CreateFormat>
128     <IsAutoIncrementable>false</IsAutoIncrementable>
129     <IsCaseSensitive>false</IsCaseSensitive>
130     <IsFixedLength>true</IsFixedLength>
131     <IsFixedPrecisionScale>true</IsFixedPrecisionScale>
132     <IsLong>false</IsLong>
133     <IsNullable>true</IsNullable>
134     <IsSearchable>true</IsSearchable>
135     <IsSearchableWithLike>false</IsSearchableWithLike>
136     <IsUnsigned>false</IsUnsigned>
137     <IsBestMatch>true</IsBestMatch>
138   </DataTypes>
139   <DataTypes>
140     <TypeName>numeric</TypeName>
141     <ProviderDbType>7</ProviderDbType>
142     <ColumnSize>19</ColumnSize>
143     <DataType>System.Decimal</DataType>
144     <CreateFormat>numeric</CreateFormat>
145     <IsAutoIncrementable>false</IsAutoIncrementable>
146     <IsCaseSensitive>false</IsCaseSensitive>
147     <IsFixedLength>true</IsFixedLength>
148     <IsFixedPrecisionScale>true</IsFixedPrecisionScale>
149     <IsLong>false</IsLong>
150     <IsNullable>true</IsNullable>
151     <IsSearchable>true</IsSearchable>
152     <IsSearchableWithLike>false</IsSearchableWithLike>
153     <IsUnsigned>false</IsUnsigned>
154     <IsBestMatch>false</IsBestMatch>
155   </DataTypes>
156   <DataTypes>
157     <TypeName>bit</TypeName>
158     <ProviderDbType>3</ProviderDbType>
159     <ColumnSize>1</ColumnSize>
160     <DataType>System.Boolean</DataType>
161     <CreateFormat>bit</CreateFormat>
162     <IsAutoIncrementable>false</IsAutoIncrementable>
163     <IsCaseSensitive>false</IsCaseSensitive>
164     <IsFixedLength>true</IsFixedLength>
165     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
166     <IsLong>false</IsLong>
167     <IsNullable>true</IsNullable>
168     <IsSearchable>true</IsSearchable>
169     <IsSearchableWithLike>false</IsSearchableWithLike>
170     <IsBestMatch>true</IsBestMatch>
171   </DataTypes>
172   <DataTypes>
173     <TypeName>yesno</TypeName>
174     <ProviderDbType>3</ProviderDbType>
175     <ColumnSize>1</ColumnSize>
176     <DataType>System.Boolean</DataType>
177     <CreateFormat>yesno</CreateFormat>
178     <IsAutoIncrementable>false</IsAutoIncrementable>
179     <IsCaseSensitive>false</IsCaseSensitive>
180     <IsFixedLength>true</IsFixedLength>
181     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
182     <IsLong>false</IsLong>
183     <IsNullable>true</IsNullable>
184     <IsSearchable>true</IsSearchable>
185     <IsSearchableWithLike>false</IsSearchableWithLike>
186     <IsBestMatch>false</IsBestMatch>
187   </DataTypes>
188   <DataTypes>
189     <TypeName>logical</TypeName>
190     <ProviderDbType>3</ProviderDbType>
191     <ColumnSize>1</ColumnSize>
192     <DataType>System.Boolean</DataType>
193     <CreateFormat>logical</CreateFormat>
194     <IsAutoIncrementable>false</IsAutoIncrementable>
195     <IsCaseSensitive>false</IsCaseSensitive>
196     <IsFixedLength>true</IsFixedLength>
197     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
198     <IsLong>false</IsLong>
199     <IsNullable>true</IsNullable>
200     <IsSearchable>true</IsSearchable>
201     <IsSearchableWithLike>false</IsSearchableWithLike>
202     <IsBestMatch>false</IsBestMatch>
203   </DataTypes>
204   <DataTypes>
205     <TypeName>bool</TypeName>
206     <ProviderDbType>3</ProviderDbType>
207     <ColumnSize>1</ColumnSize>
208     <DataType>System.Boolean</DataType>
209     <CreateFormat>bool</CreateFormat>
210     <IsAutoIncrementable>false</IsAutoIncrementable>
211     <IsCaseSensitive>false</IsCaseSensitive>
212     <IsFixedLength>true</IsFixedLength>
213     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
214     <IsLong>false</IsLong>
215     <IsNullable>true</IsNullable>
216     <IsSearchable>true</IsSearchable>
217     <IsSearchableWithLike>false</IsSearchableWithLike>
218     <IsBestMatch>false</IsBestMatch>
219   </DataTypes>
220   <DataTypes>
221     <TypeName>tinyint</TypeName>
222     <ProviderDbType>2</ProviderDbType>
223     <ColumnSize>3</ColumnSize>
224     <DataType>System.Byte</DataType>
225     <CreateFormat>tinyint</CreateFormat>
226     <IsAutoIncrementable>false</IsAutoIncrementable>
227     <IsCaseSensitive>false</IsCaseSensitive>
228     <IsFixedLength>true</IsFixedLength>
229     <IsFixedPrecisionScale>true</IsFixedPrecisionScale>
230     <IsLong>false</IsLong>
231     <IsNullable>true</IsNullable>
232     <IsSearchable>true</IsSearchable>
233     <IsSearchableWithLike>false</IsSearchableWithLike>
234     <IsUnsigned>true</IsUnsigned>
235     <IsBestMatch>true</IsBestMatch>
236   </DataTypes>
237   <DataTypes>
238     <TypeName>integer</TypeName>
239     <ProviderDbType>12</ProviderDbType>
240     <ColumnSize>19</ColumnSize>
241     <DataType>System.Int64</DataType>
242     <CreateFormat>integer</CreateFormat>
243     <IsAutoIncrementable>true</IsAutoIncrementable>
244     <IsCaseSensitive>false</IsCaseSensitive>
245     <IsFixedLength>true</IsFixedLength>
246     <IsFixedPrecisionScale>true</IsFixedPrecisionScale>
247     <IsLong>false</IsLong>
248     <IsNullable>true</IsNullable>
249     <IsSearchable>true</IsSearchable>
250     <IsSearchableWithLike>false</IsSearchableWithLike>
251     <IsUnsigned>false</IsUnsigned>
252     <IsBestMatch>true</IsBestMatch>
253   </DataTypes>
254   <DataTypes>
255     <TypeName>counter</TypeName>
256     <ProviderDbType>12</ProviderDbType>
257     <ColumnSize>19</ColumnSize>
258     <DataType>System.Int64</DataType>
259     <CreateFormat>counter</CreateFormat>
260     <IsAutoIncrementable>true</IsAutoIncrementable>
261     <IsCaseSensitive>false</IsCaseSensitive>
262     <IsFixedLength>true</IsFixedLength>
263     <IsFixedPrecisionScale>true</IsFixedPrecisionScale>
264     <IsLong>false</IsLong>
265     <IsNullable>true</IsNullable>
266     <IsSearchable>true</IsSearchable>
267     <IsSearchableWithLike>false</IsSearchableWithLike>
268     <IsUnsigned>false</IsUnsigned>
269     <IsBestMatch>false</IsBestMatch>
270   </DataTypes>
271   <DataTypes>
272     <TypeName>autoincrement</TypeName>
273     <ProviderDbType>12</ProviderDbType>
274     <ColumnSize>19</ColumnSize>
275     <DataType>System.Int64</DataType>
276     <CreateFormat>autoincrement</CreateFormat>
277     <IsAutoIncrementable>true</IsAutoIncrementable>
278     <IsCaseSensitive>false</IsCaseSensitive>
279     <IsFixedLength>true</IsFixedLength>
280     <IsFixedPrecisionScale>true</IsFixedPrecisionScale>
281     <IsLong>false</IsLong>
282     <IsNullable>true</IsNullable>
283     <IsSearchable>true</IsSearchable>
284     <IsSearchableWithLike>false</IsSearchableWithLike>
285     <IsUnsigned>false</IsUnsigned>
286     <IsBestMatch>false</IsBestMatch>
287   </DataTypes>
288   <DataTypes>
289     <TypeName>identity</TypeName>
290     <ProviderDbType>12</ProviderDbType>
291     <ColumnSize>19</ColumnSize>
292     <DataType>System.Int64</DataType>
293     <CreateFormat>identity</CreateFormat>
294     <IsAutoIncrementable>true</IsAutoIncrementable>
295     <IsCaseSensitive>false</IsCaseSensitive>
296     <IsFixedLength>true</IsFixedLength>
297     <IsFixedPrecisionScale>true</IsFixedPrecisionScale>
298     <IsLong>false</IsLong>
299     <IsNullable>true</IsNullable>
300     <IsSearchable>true</IsSearchable>
301     <IsSearchableWithLike>false</IsSearchableWithLike>
302     <IsUnsigned>false</IsUnsigned>
303     <IsBestMatch>false</IsBestMatch>
304   </DataTypes>
305   <DataTypes>
306     <TypeName>long</TypeName>
307     <ProviderDbType>12</ProviderDbType>
308     <ColumnSize>19</ColumnSize>
309     <DataType>System.Int64</DataType>
310     <CreateFormat>long</CreateFormat>
311     <IsAutoIncrementable>true</IsAutoIncrementable>
312     <IsCaseSensitive>false</IsCaseSensitive>
313     <IsFixedLength>true</IsFixedLength>
314     <IsFixedPrecisionScale>true</IsFixedPrecisionScale>
315     <IsLong>false</IsLong>
316     <IsNullable>true</IsNullable>
317     <IsSearchable>true</IsSearchable>
318     <IsSearchableWithLike>false</IsSearchableWithLike>
319     <IsUnsigned>false</IsUnsigned>
320     <IsBestMatch>false</IsBestMatch>
321   </DataTypes>
322   <DataTypes>
323     <TypeName>bigint</TypeName>
324     <ProviderDbType>12</ProviderDbType>
325     <ColumnSize>19</ColumnSize>
326     <DataType>System.Int64</DataType>
327     <CreateFormat>bigint</CreateFormat>
328     <IsAutoIncrementable>true</IsAutoIncrementable>
329     <IsCaseSensitive>false</IsCaseSensitive>
330     <IsFixedLength>true</IsFixedLength>
331     <IsFixedPrecisionScale>true</IsFixedPrecisionScale>
332     <IsLong>false</IsLong>
333     <IsNullable>true</IsNullable>
334     <IsSearchable>true</IsSearchable>
335     <IsSearchableWithLike>false</IsSearchableWithLike>
336     <IsUnsigned>false</IsUnsigned>
337     <IsBestMatch>false</IsBestMatch>
338   </DataTypes>
339   <DataTypes>
340     <TypeName>binary</TypeName>
341     <ProviderDbType>1</ProviderDbType>
342     <ColumnSize>2147483647</ColumnSize>
343     <DataType>System.Byte[]</DataType>
344     <CreateFormat>binary</CreateFormat>
345     <IsAutoIncrementable>false</IsAutoIncrementable>
346     <IsCaseSensitive>false</IsCaseSensitive>
347     <IsFixedLength>false</IsFixedLength>
348     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
349     <IsLong>true</IsLong>
350     <IsNullable>true</IsNullable>
351     <IsSearchable>false</IsSearchable>
352     <IsSearchableWithLike>false</IsSearchableWithLike>
353     <LiteralPrefix>X'</LiteralPrefix>
354     <LiteralSuffix>'</LiteralSuffix>
355     <IsBestMatch>true</IsBestMatch>
356   </DataTypes>
357   <DataTypes>
358     <TypeName>varbinary</TypeName>
359     <ProviderDbType>1</ProviderDbType>
360     <ColumnSize>2147483647</ColumnSize>
361     <DataType>System.Byte[]</DataType>
362     <CreateFormat>varbinary</CreateFormat>
363     <IsAutoIncrementable>false</IsAutoIncrementable>
364     <IsCaseSensitive>false</IsCaseSensitive>
365     <IsFixedLength>false</IsFixedLength>
366     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
367     <IsLong>true</IsLong>
368     <IsNullable>true</IsNullable>
369     <IsSearchable>false</IsSearchable>
370     <IsSearchableWithLike>false</IsSearchableWithLike>
371     <LiteralPrefix>X'</LiteralPrefix>
372     <LiteralSuffix>'</LiteralSuffix>
373     <IsBestMatch>false</IsBestMatch>
374   </DataTypes>
375   <DataTypes>
376     <TypeName>blob</TypeName>
377     <ProviderDbType>1</ProviderDbType>
378     <ColumnSize>2147483647</ColumnSize>
379     <DataType>System.Byte[]</DataType>
380     <CreateFormat>blob</CreateFormat>
381     <IsAutoIncrementable>false</IsAutoIncrementable>
382     <IsCaseSensitive>false</IsCaseSensitive>
383     <IsFixedLength>false</IsFixedLength>
384     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
385     <IsLong>true</IsLong>
386     <IsNullable>true</IsNullable>
387     <IsSearchable>false</IsSearchable>
388     <IsSearchableWithLike>false</IsSearchableWithLike>
389     <LiteralPrefix>X'</LiteralPrefix>
390     <LiteralSuffix>'</LiteralSuffix>
391     <IsBestMatch>false</IsBestMatch>
392   </DataTypes>
393   <DataTypes>
394     <TypeName>image</TypeName>
395     <ProviderDbType>1</ProviderDbType>
396     <ColumnSize>2147483647</ColumnSize>
397     <DataType>System.Byte[]</DataType>
398     <CreateFormat>image</CreateFormat>
399     <IsAutoIncrementable>false</IsAutoIncrementable>
400     <IsCaseSensitive>false</IsCaseSensitive>
401     <IsFixedLength>false</IsFixedLength>
402     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
403     <IsLong>true</IsLong>
404     <IsNullable>true</IsNullable>
405     <IsSearchable>false</IsSearchable>
406     <IsSearchableWithLike>false</IsSearchableWithLike>
407     <LiteralPrefix>X'</LiteralPrefix>
408     <LiteralSuffix>'</LiteralSuffix>
409     <IsBestMatch>false</IsBestMatch>
410   </DataTypes>
411   <DataTypes>
412     <TypeName>general</TypeName>
413     <ProviderDbType>1</ProviderDbType>
414     <ColumnSize>2147483647</ColumnSize>
415     <DataType>System.Byte[]</DataType>
416     <CreateFormat>general</CreateFormat>
417     <IsAutoIncrementable>false</IsAutoIncrementable>
418     <IsCaseSensitive>false</IsCaseSensitive>
419     <IsFixedLength>false</IsFixedLength>
420     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
421     <IsLong>true</IsLong>
422     <IsNullable>true</IsNullable>
423     <IsSearchable>false</IsSearchable>
424     <IsSearchableWithLike>false</IsSearchableWithLike>
425     <LiteralPrefix>X'</LiteralPrefix>
426     <LiteralSuffix>'</LiteralSuffix>
427     <IsBestMatch>false</IsBestMatch>
428   </DataTypes>
429   <DataTypes>
430     <TypeName>oleobject</TypeName>
431     <ProviderDbType>1</ProviderDbType>
432     <ColumnSize>2147483647</ColumnSize>
433     <DataType>System.Byte[]</DataType>
434     <CreateFormat>oleobject</CreateFormat>
435     <IsAutoIncrementable>false</IsAutoIncrementable>
436     <IsCaseSensitive>false</IsCaseSensitive>
437     <IsFixedLength>false</IsFixedLength>
438     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
439     <IsLong>true</IsLong>
440     <IsNullable>true</IsNullable>
441     <IsSearchable>false</IsSearchable>
442     <IsSearchableWithLike>false</IsSearchableWithLike>
443     <LiteralPrefix>X'</LiteralPrefix>
444     <LiteralSuffix>'</LiteralSuffix>
445     <IsBestMatch>false</IsBestMatch>
446   </DataTypes>
447   <DataTypes>
448     <TypeName>varchar</TypeName>
449     <ProviderDbType>16</ProviderDbType>
450     <ColumnSize>2147483647</ColumnSize>
451     <CreateParameters>max length</CreateParameters>
452     <DataType>System.String</DataType>
453     <CreateFormat>varchar({0})</CreateFormat>
454     <IsAutoIncrementable>false</IsAutoIncrementable>
455     <IsCaseSensitive>false</IsCaseSensitive>
456     <IsFixedLength>false</IsFixedLength>
457     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
458     <IsLong>false</IsLong>
459     <IsNullable>true</IsNullable>
460     <IsSearchable>true</IsSearchable>
461     <IsSearchableWithLike>true</IsSearchableWithLike>
462     <LiteralPrefix>'</LiteralPrefix>
463     <LiteralSuffix>'</LiteralSuffix>
464     <IsBestMatch>true</IsBestMatch>
465   </DataTypes>
466   <DataTypes>
467     <TypeName>nvarchar</TypeName>
468     <ProviderDbType>16</ProviderDbType>
469     <ColumnSize>2147483647</ColumnSize>
470     <CreateParameters>max length</CreateParameters>
471     <DataType>System.String</DataType>
472     <CreateFormat>nvarchar({0})</CreateFormat>
473     <IsAutoIncrementable>false</IsAutoIncrementable>
474     <IsCaseSensitive>false</IsCaseSensitive>
475     <IsFixedLength>false</IsFixedLength>
476     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
477     <IsLong>false</IsLong>
478     <IsNullable>true</IsNullable>
479     <IsSearchable>true</IsSearchable>
480     <IsSearchableWithLike>true</IsSearchableWithLike>
481     <LiteralPrefix>'</LiteralPrefix>
482     <LiteralSuffix>'</LiteralSuffix>
483     <IsBestMatch>true</IsBestMatch>
484   </DataTypes>
485   <DataTypes>
486     <TypeName>memo</TypeName>
487     <ProviderDbType>16</ProviderDbType>
488     <ColumnSize>2147483647</ColumnSize>
489     <CreateParameters>max length</CreateParameters>
490     <DataType>System.String</DataType>
491     <CreateFormat>memo({0})</CreateFormat>
492     <IsAutoIncrementable>false</IsAutoIncrementable>
493     <IsCaseSensitive>false</IsCaseSensitive>
494     <IsFixedLength>false</IsFixedLength>
495     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
496     <IsLong>false</IsLong>
497     <IsNullable>true</IsNullable>
498     <IsSearchable>true</IsSearchable>
499     <IsSearchableWithLike>true</IsSearchableWithLike>
500     <LiteralPrefix>'</LiteralPrefix>
501     <LiteralSuffix>'</LiteralSuffix>
502     <IsBestMatch>false</IsBestMatch>
503   </DataTypes>
504   <DataTypes>
505     <TypeName>note</TypeName>
506     <ProviderDbType>16</ProviderDbType>
507     <ColumnSize>2147483647</ColumnSize>
508     <CreateParameters>max length</CreateParameters>
509     <DataType>System.String</DataType>
510     <CreateFormat>note({0})</CreateFormat>
511     <IsAutoIncrementable>false</IsAutoIncrementable>
512     <IsCaseSensitive>false</IsCaseSensitive>
513     <IsFixedLength>false</IsFixedLength>
514     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
515     <IsLong>false</IsLong>
516     <IsNullable>true</IsNullable>
517     <IsSearchable>true</IsSearchable>
518     <IsSearchableWithLike>true</IsSearchableWithLike>
519     <LiteralPrefix>'</LiteralPrefix>
520     <LiteralSuffix>'</LiteralSuffix>
521     <IsBestMatch>false</IsBestMatch>
522   </DataTypes>
523   <DataTypes>
524     <TypeName>text</TypeName>
525     <ProviderDbType>16</ProviderDbType>
526     <ColumnSize>2147483647</ColumnSize>
527     <CreateParameters>max length</CreateParameters>
528     <DataType>System.String</DataType>
529     <CreateFormat>text({0})</CreateFormat>
530     <IsAutoIncrementable>false</IsAutoIncrementable>
531     <IsCaseSensitive>false</IsCaseSensitive>
532     <IsFixedLength>false</IsFixedLength>
533     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
534     <IsLong>false</IsLong>
535     <IsNullable>true</IsNullable>
536     <IsSearchable>true</IsSearchable>
537     <IsSearchableWithLike>true</IsSearchableWithLike>
538     <LiteralPrefix>'</LiteralPrefix>
539     <LiteralSuffix>'</LiteralSuffix>
540     <IsBestMatch>false</IsBestMatch>
541   </DataTypes>
542   <DataTypes>
543     <TypeName>ntext</TypeName>
544     <ProviderDbType>16</ProviderDbType>
545     <ColumnSize>2147483647</ColumnSize>
546     <CreateParameters>max length</CreateParameters>
547     <DataType>System.String</DataType>
548     <CreateFormat>ntext({0})</CreateFormat>
549     <IsAutoIncrementable>false</IsAutoIncrementable>
550     <IsCaseSensitive>false</IsCaseSensitive>
551     <IsFixedLength>false</IsFixedLength>
552     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
553     <IsLong>false</IsLong>
554     <IsNullable>true</IsNullable>
555     <IsSearchable>true</IsSearchable>
556     <IsSearchableWithLike>true</IsSearchableWithLike>
557     <LiteralPrefix>'</LiteralPrefix>
558     <LiteralSuffix>'</LiteralSuffix>
559     <IsBestMatch>false</IsBestMatch>
560   </DataTypes>
561   <DataTypes>
562     <TypeName>string</TypeName>
563     <ProviderDbType>16</ProviderDbType>
564     <ColumnSize>2147483647</ColumnSize>
565     <CreateParameters>max length</CreateParameters>
566     <DataType>System.String</DataType>
567     <CreateFormat>string({0})</CreateFormat>
568     <IsAutoIncrementable>false</IsAutoIncrementable>
569     <IsCaseSensitive>false</IsCaseSensitive>
570     <IsFixedLength>false</IsFixedLength>
571     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
572     <IsLong>false</IsLong>
573     <IsNullable>true</IsNullable>
574     <IsSearchable>true</IsSearchable>
575     <IsSearchableWithLike>true</IsSearchableWithLike>
576     <LiteralPrefix>'</LiteralPrefix>
577     <LiteralSuffix>'</LiteralSuffix>
578     <IsBestMatch>false</IsBestMatch>
579   </DataTypes>
580   <DataTypes>
581     <TypeName>char</TypeName>
582     <ProviderDbType>16</ProviderDbType>
583     <ColumnSize>2147483647</ColumnSize>
584     <CreateParameters>max length</CreateParameters>
585     <DataType>System.String</DataType>
586     <CreateFormat>char({0})</CreateFormat>
587     <IsAutoIncrementable>false</IsAutoIncrementable>
588     <IsCaseSensitive>false</IsCaseSensitive>
589     <IsFixedLength>false</IsFixedLength>
590     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
591     <IsLong>false</IsLong>
592     <IsNullable>true</IsNullable>
593     <IsSearchable>true</IsSearchable>
594     <IsSearchableWithLike>true</IsSearchableWithLike>
595     <LiteralPrefix>'</LiteralPrefix>
596     <LiteralSuffix>'</LiteralSuffix>
597     <IsBestMatch>false</IsBestMatch>
598   </DataTypes>
599   <DataTypes>
600     <TypeName>nchar</TypeName>
601     <ProviderDbType>16</ProviderDbType>
602     <ColumnSize>2147483647</ColumnSize>
603     <CreateParameters>max length</CreateParameters>
604     <DataType>System.String</DataType>
605     <CreateFormat>char({0})</CreateFormat>
606     <IsAutoIncrementable>false</IsAutoIncrementable>
607     <IsCaseSensitive>false</IsCaseSensitive>
608     <IsFixedLength>false</IsFixedLength>
609     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
610     <IsLong>false</IsLong>
611     <IsNullable>true</IsNullable>
612     <IsSearchable>true</IsSearchable>
613     <IsSearchableWithLike>true</IsSearchableWithLike>
614     <LiteralPrefix>'</LiteralPrefix>
615     <LiteralSuffix>'</LiteralSuffix>
616     <IsBestMatch>false</IsBestMatch>
617   </DataTypes>
618   <DataTypes>
619     <TypeName>datetime</TypeName>
620     <ProviderDbType>6</ProviderDbType>
621     <ColumnSize>23</ColumnSize>
622     <DataType>System.DateTime</DataType>
623     <CreateFormat>datetime</CreateFormat>
624     <IsAutoIncrementable>false</IsAutoIncrementable>
625     <IsCaseSensitive>false</IsCaseSensitive>
626     <IsFixedLength>true</IsFixedLength>
627     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
628     <IsLong>false</IsLong>
629     <IsNullable>true</IsNullable>
630     <IsSearchable>true</IsSearchable>
631     <IsSearchableWithLike>true</IsSearchableWithLike>
632     <LiteralPrefix>'</LiteralPrefix>
633     <LiteralSuffix>'</LiteralSuffix>
634     <IsBestMatch>true</IsBestMatch>
635   </DataTypes>
636   <DataTypes>
637     <TypeName>timestamp</TypeName>
638     <ProviderDbType>6</ProviderDbType>
639     <ColumnSize>23</ColumnSize>
640     <DataType>System.DateTime</DataType>
641     <CreateFormat>timestamp</CreateFormat>
642     <IsAutoIncrementable>false</IsAutoIncrementable>
643     <IsCaseSensitive>false</IsCaseSensitive>
644     <IsFixedLength>true</IsFixedLength>
645     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
646     <IsLong>false</IsLong>
647     <IsNullable>true</IsNullable>
648     <IsSearchable>true</IsSearchable>
649     <IsSearchableWithLike>true</IsSearchableWithLike>
650     <LiteralPrefix>'</LiteralPrefix>
651     <LiteralSuffix>'</LiteralSuffix>
652     <IsBestMatch>false</IsBestMatch>
653   </DataTypes>
654   <DataTypes>
655     <TypeName>date</TypeName>
656     <ProviderDbType>6</ProviderDbType>
657     <ColumnSize>23</ColumnSize>
658     <DataType>System.DateTime</DataType>
659     <CreateFormat>date</CreateFormat>
660     <IsAutoIncrementable>false</IsAutoIncrementable>
661     <IsCaseSensitive>false</IsCaseSensitive>
662     <IsFixedLength>true</IsFixedLength>
663     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
664     <IsLong>false</IsLong>
665     <IsNullable>true</IsNullable>
666     <IsSearchable>true</IsSearchable>
667     <IsSearchableWithLike>true</IsSearchableWithLike>
668     <LiteralPrefix>'</LiteralPrefix>
669     <LiteralSuffix>'</LiteralSuffix>
670     <IsBestMatch>false</IsBestMatch>
671   </DataTypes>
672   <DataTypes>
673     <TypeName>time</TypeName>
674     <ProviderDbType>6</ProviderDbType>
675     <ColumnSize>23</ColumnSize>
676     <DataType>System.DateTime</DataType>
677     <CreateFormat>time</CreateFormat>
678     <IsAutoIncrementable>false</IsAutoIncrementable>
679     <IsCaseSensitive>false</IsCaseSensitive>
680     <IsFixedLength>true</IsFixedLength>
681     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
682     <IsLong>false</IsLong>
683     <IsNullable>true</IsNullable>
684     <IsSearchable>true</IsSearchable>
685     <IsSearchableWithLike>true</IsSearchableWithLike>
686     <LiteralPrefix>'</LiteralPrefix>
687     <LiteralSuffix>'</LiteralSuffix>
688     <IsBestMatch>false</IsBestMatch>
689   </DataTypes>
690   <DataTypes>
691     <TypeName>uniqueidentifier</TypeName>
692     <ProviderDbType>4</ProviderDbType>
693     <ColumnSize>16</ColumnSize>
694     <DataType>System.Guid</DataType>
695     <CreateFormat>uniqueidentifier</CreateFormat>
696     <IsAutoIncrementable>false</IsAutoIncrementable>
697     <IsCaseSensitive>false</IsCaseSensitive>
698     <IsFixedLength>true</IsFixedLength>
699     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
700     <IsLong>false</IsLong>
701     <IsNullable>true</IsNullable>
702     <IsSearchable>true</IsSearchable>
703     <IsSearchableWithLike>false</IsSearchableWithLike>
704     <LiteralPrefix>'</LiteralPrefix>
705     <LiteralSuffix>'</LiteralSuffix>
706     <IsBestMatch>true</IsBestMatch>
707   </DataTypes>
708   <DataTypes>
709     <TypeName>guid</TypeName>
710     <ProviderDbType>4</ProviderDbType>
711     <ColumnSize>16</ColumnSize>
712     <DataType>System.Guid</DataType>
713     <CreateFormat>guid</CreateFormat>
714     <IsAutoIncrementable>false</IsAutoIncrementable>
715     <IsCaseSensitive>false</IsCaseSensitive>
716     <IsFixedLength>true</IsFixedLength>
717     <IsFixedPrecisionScale>false</IsFixedPrecisionScale>
718     <IsLong>false</IsLong>
719     <IsNullable>true</IsNullable>
720     <IsSearchable>true</IsSearchable>
721     <IsSearchableWithLike>false</IsSearchableWithLike>
722     <LiteralPrefix>'</LiteralPrefix>
723     <LiteralSuffix>'</LiteralSuffix>
724     <IsBestMatch>false</IsBestMatch>
725   </DataTypes>
726 </DocumentElement>