Home > Contents > Index >  
Expanded TOC   |    Accordion TOC   |    Annotated TOC   |    Index

 

FTVAL.getBlob

Gets the value of a blob.

Syntax

Returns

If the data held by this FTVAL is a blob (binary large object), getBlob returns the value of the blob inside the byte array. For example, if the FTVAL holds a PDF, getBlob writes the entire contents of the PDF into the return value. If the data held by this FTVAL is not a blob, getBlob returns null.

 

   Home > Contents > Index >

Oracle JAVA Reference
Copyright (c) 2013, 2016 Oracle and/or its affiliates. All rights reserved.