DocBook|Search
Class Reference
%Compiler.Informix.Symbol
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%Compiler] >  [Informix] >  [Symbol]
Private  Storage  

persistent class %Compiler.Informix.Symbol extends %Persistent, %XML.Adaptor

Public symbols for the Informix Code Converter All Symbol id's are normalized to lower case.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4 7 1


Summary

Properties
context dataType expression symbol

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %BMEBuilt
%BuildIndices %CheckUnique %ClassIsLatestVersion %ClassName
%ComposeOid %ConstructClone %Delete %DeleteExtent
%DeleteId %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Exists %ExistsId %Extends %GUID
%GUIDSet %GetLock %GetParameter %GetSwizzleObject
%Id %InsertBatch %IsA %IsModified
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectModified
%Oid %OnBeforeAddToSync %OnDetermineClass %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateObject IDExists IDOpen XMLDTD
XMLExport XMLExportToStream XMLExportToString XMLNew
XMLSchema XMLSchemaNamespace XMLSchemaType addSymbol
contextNormalize export import symbolNormalize


Properties

• property context as %String(XMLPROJECTION="ATTRIBUTE");
The symbol context. By convention contexts are case insensitive and are normalized on insert to lower case.
• property dataType as %String(MAXLEN=255);
• property expression as %String(MAXLEN=3200);
• property symbol as %String(MAXLEN=255,XMLPROJECTION="ATTRIBUTE");

Methods

• classmethod IDExists(K1 As %String, K2 As %String, ByRef id As %String = "") as %String
• classmethod IDOpen(K1 As %String, K2 As %String, concurrency=-1, ByRef sc=1) as %String
• classmethod addSymbol(symbolContext As %String = "", symbolName As %String = "", expression As %CacheString = "", type As %CacheString = "") as %Status
• classmethod contextNormalize(%val As %String) as %String
• classmethod export(filename As %String)
• classmethod import(filename As %String) as %Status
• classmethod symbolNormalize(%val As %String) as %String

Indices

• index (ID on context,symbol) [IdKey];