Class Reference
%Library.SerialState
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%Library] >  [SerialState]
Private  Storage

abstract class %Library.SerialState

Serial object interface

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4 4


Summary

Methods
LogicalToOdbc OdbcToLogical

Subclasses
%Library.CacheSerialState %Library.CustomSerialState

Parameters

• parameter ODBCDELIMITER = ",";
• parameter SERIALDELIMITER;
• parameter STORAGECOMPILERCLASS = "%Compiler.Storage.Serial";
• parameter STORAGEINTERFACE = "serial";
STORAGEINTERFACE defines the type of serialization implemented by this class. The value has to match the classtype of the class that is inheriting the serialization interface.

Methods

• classmethod LogicalToOdbc(%val As %String = "") as %String
• classmethod OdbcToLogical(%val As %String = "") as %String