Home > Contents > Index >
FTValList.getValBLOB
Gets the blob (Binary Large Object), of type
byte[]
, that corresponds to the specified key name.Syntax
public byte[] getValBLOB(String key)Parameters
key
- String containing the name of the key.
Returns
Value of type
byte[]
; null if the key is not found in theFTValList
or theFTVAL
type is notFTVAL.BLOB
.
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.