guttormvik
Member²
When a query contains one of these column types column, it is always displayed as "<Long>", "<BLOB>" etc in the result list.
Would it be possible to display it as blank if it is null?
I understand a query by default gets a reference for a blob, and then getting the actual blob content is a separate io operation.
That would mean that getting the actual blob content to check the length would be slow, but does the reference maybe contain the length?
Googling, I found this:
Would it be possible to display it as blank if it is null?
I understand a query by default gets a reference for a blob, and then getting the actual blob content is a separate io operation.
That would mean that getting the actual blob content to check the length would be slow, but does the reference maybe contain the length?
Googling, I found this:
boolean | isEmptyLob() | Return true if the lob locator points to an empty blob. |
|---|