Difference between revisions of "OBJECTSIZE()"

From Lianjapedia
Jump to: navigation, search
(Created page with '==Purpose== Function to return size of object in an object field ==Syntax== OBJECTSIZE(<object field>) ==See Also== BINCREATE(), BINCLOSE(), BINOPEN(), [[BINREAD()]…')
 
Line 22: Line 22:
 
[[Category:Binary File Access]]
 
[[Category:Binary File Access]]
 
[[Category:Binary File Access Functions]]
 
[[Category:Binary File Access Functions]]
 +
[[Category:Object Storage Functions]]

Revision as of 03:40, 7 December 2012

Purpose

Function to return size of object in an object field

Syntax

OBJECTSIZE(<object field>)

See Also

BINCREATE(), BINCLOSE(), BINOPEN(), BINREAD(), BINWRITE(), OBJECTREAD(), OBJECTTYPE(), OBJECTWRITE()

Description

The OBJECTSIZE() function returns the size of the data stored in the object field <object field>.

Example

open database southwind
use attachments
list objectsize(attachments)