Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%Library.CacheSerialState

abstract class %Library.CacheSerialState extends %Library.SerialState

Serial object interface

Method Inventory

Parameters

parameter STORAGECOMPILERCLASS = %Compiler.Storage.CacheSerial;

Methods

method %IsNull() as %Boolean
classmethod %ObjectIsNull(pOID As %ObjectIdentity) as %Boolean
Return true if pOID is a null object and false if the object is not null
classmethod LogicalToOdbc(val As %String = "") as %String
LogicalToOdbc() Construct a string delimited by ODBCDELIMITER from an object's serialized state.
classmethod OdbcToLogical(val As %String = "") as %String
FeedbackOpens in a new tab