Home > Contents > Index >
FTValList.getValBLOBSize
Gets the size of the blob (Binary Large Object) that is associated with the specified key.
Syntax
public int getValBLOBSize(String key)Parameters
key
- String containing the name of a key.
Returns
The size of the blob; in other words, the number of bytes in the binary data. Returns zero (0) if the key is not found or if the key is not associated with a blob.
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.