The INSERT or UPDATE statement can store the LO handle of a smart large object into the CLOB, BLOB, or opaque-type column.
When you save the LO handle in the CLOB or BLOB column, the smart-large-object optimizer increments the reference count of the smart large object by one. When you save the LO handle in an opaque-type column, the assign( ) support function for the opaque type must increment the reference count.
If you create a new smart large object but do not store it in a database column, the smart large object is a transient smart large object. The database server does not guarantee that transient smart large objects remain valid once they are closed. When all references to the smart large objects are deleted, the database server deletes the smart large object. For more information, see Deleting a Smart Large Object.
For more information on how to execute an INSERT or UPDATE statement, see Executing SQL Statements.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]