OBJECTSIZE()

From Lianjapedia
Revision as of 07:58, 10 December 2012 by Admin (Talk | contribs)

Jump to: navigation, search

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)