<< Click to Display Table of Contents >>
databind.properties
Set the data binding options.
ConcurrentFetchSize
Set the stream buffer size(bytes) for concurrent type data transmission to the OZ Viewer. If an invalid value is set, the default size(4096) is applied. The minimum value is 256. If a value less than 256 is set, the minimum value 256 is applied.
ConcurrentFirstRow
When transmitting data to the viewer in concurrent type, set the number of rows in the result set to be sent at the first time.
NumericDecimalDisplayZero
Set whether to put a leading zero before decimal point for a value less than 1. This option applies only when the field type is "Numeric" or "Decimal". This option only supports Java server.
Value |
Description |
---|---|
default |
Follow the property value of the ODI data tree or database server. |
true |
Always put the leading zero. |
false |
Always not to put the leading zero. |