|
|
LOBs in BSQL
Although BSQL is not designed to handle Large OBjects (LOBs), it does provide limited LOB support for testing purposes.
A LOB is a column defined as being of type
Character Large OBject(CLOB),National Character Large OBject(NCLOB) orBinary Large OBject(BLOB).Columns defined as
CLOBwill, in all essentials, be treated as being the same asVARCHARwith a maximum length of 15 000 characters.Columns defined as
NCLOBwill, in all essentials, be treated as being the same asNCHARVARYINGwith a maximum length of 5 000 characters.Columns defined as
BLOBwill be treated asBINARY VARYINGwith a maximum length of 15 000.LOBs larger than these limits cannot be entered as input, and will be truncated as output.
For more information on
LOBdata types, see the Mimer SQL Reference Manual, Data Types in SQL Statements.
|
Mimer Information Technology AB Voice: +46 18 780 92 00 Fax: +46 18 780 92 40 info@mimer.se |
|
|