Denodo Reader: User Attributes
For information on the parameters in this dialog that are specific to all formats, see About Writer Feature Types: User Attributes
User attributes for this format are defined below.
Name | The name of the field to be read. |
Type |
Choose one of the following field types. blob
This type is used to represent binary data. Blob data type values cannot take part in query conditions. boolean
This type is used to represent the logical values true and false. date
This type is used to represent date data from January 1, 0001 to December 31, 9999. decimal
This type is used to represent arbitrary precision and scale numeric data. double
This type is used to represent 64-bit floating precision numbers. float
This type is used to represent 32-bit floating precision numbers. int
This type is used to represent 32-bit signed integers. long
This type is used to represent 64-bit signed integers. money
This deprecated type is used to represent currency values. text
This type is used to represent character data of any character set, including multibyte Unicode ones. xml
This type is used to represent XML documents and fragments. |