Home > Contents > Index >
FTVAL.getBlob
Gets the value of a blob.
Syntax
public final byte[] getBlob()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 theFTVAL
holds a PDF,getBlob
writes the entire contents of the PDF into the return value. If the data held by thisFTVAL
is not a blob,getBlob
returns null.
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.