| 
            
Navigate to: Methods | Constructors | Events | Properties
| Options | Name | Purpose | |
|---|---|---|---|
| + | AddTempTable (handle) | 
     Adds a temp-table to the context dataset  | 
|
| + | CHARACTER GetCharacterContextProperty (character) | 
     Get's a {1} property from the eContextProperties table  | 
|
| + | DATE GetDateContextProperty (character) | 
     Get's a {1} property from the eContextProperties table  | 
|
| + | DATETIME GetDateTimeContextProperty (character) | 
     Get's a {1} property from the eContextProperties table  | 
|
| + | DECIMAL GetDecimalContextProperty (character) | 
     Get's a {1} property from the eContextProperties table  | 
|
| + | INT64 GetInt64ContextProperty (character) | 
     Get's a {1} property from the eContextProperties table  | 
|
| + | INTEGER GetIntegerContextProperty (character) | 
     Get's a {1} property from the eContextProperties table  | 
|
| + | LOGICAL GetLogicalContextProperty (character) | 
     Get's a {1} property from the eContextProperties table  | 
|
| + | LONGCHAR GetLongcharContextProperty (character) | 
     Get's a {1} property from the eContextProperties table  | 
|
| + | RAW GetRawContextProperty (character) | 
     Get's a {1} property from the eContextProperties table  | 
|
| # | HANDLE GetSessionContextField (character) | 
     Returns a handle to a field of the Session Context buffer  | 
|
| + | RemoveContextValues (character) | 
     Removes all values from the context properties table where the
property name matches the given property name pattern (MATCHES)  | 
|
| + | RemoveTempTable (handle) | 
     Removes a temp-table from the context dataset  | 
|
| + | SetCharacterContextProperty (character, character) | 
     Set's a {1} property value in the eContextProperties table  | 
|
| + | SetDateContextProperty (character, date) | 
     Set's a {1} property value in the eContextProperties table  | 
|
| + | SetDateTimeContextProperty (character, datetime) | 
     Set's a {1} property value in the eContextProperties table  | 
|
| + | SetDecimalContextProperty (character, decimal) | 
     Set's a {1} property value in the eContextProperties table  | 
|
| + | SetInt64ContextProperty (character, int64) | 
     Set's a {1} property value in the eContextProperties table  | 
|
| + | SetIntegerContextProperty (character, integer) | 
     Set's a {1} property value in the eContextProperties table  | 
|
| + | SetLogicalContextProperty (character, logical) | 
     Set's a {1} property value in the eContextProperties table  | 
|
| + | SetLongcharContextProperty (character, longchar) | 
     Set's a {1} property value in the eContextProperties table  | 
|
| + | SetRawContextProperty (character, raw) | 
     Set's a {1} property value in the eContextProperties table  | 
| Options | Name | Purpose | |
|---|---|---|---|
| # | ContextWrapper () | 
     Constructor for the ContextWrapper class  | 
| Options | Name | Purpose | |
|---|---|---|---|
| + | CHARACTER AppServerProVersion | 
     Wrapps access to eSessionContext.{1}  | 
|
| + | CHARACTER AppServerType | 
     Wrapps access to eSessionContext.{1}  | 
|
| + | RAW ClientPrincipal | 
     Wrapps access to eSessionContext.{1}  | 
|
| + | CHARACTER ClientProVersion | 
     Wrapps access to eSessionContext.{1}  | 
|
| + | CHARACTER ClientType | 
     Wrapps access to eSessionContext.{1}  | 
|
| + | CHARACTER LanguageDisplayName | 
     Wrapps access to eSessionContext.{1}  | 
|
| + | CHARACTER LanguageIsoCode | 
     Wrapps access to eSessionContext.{1}  | 
|
| + | CHARACTER LanguageKey | 
     Wrapps access to eSessionContext.{1}  | 
|
| + | CHARACTER LoginCompanyKey | 
     Wrapps access to eSessionContext.{1}  | 
|
| + | CHARACTER LoginCompanyName | 
     Wrapps access to eSessionContext.{1}  | 
|
| + | CHARACTER LoginCompanyReferenceChar | 
     Wrapps access to eSessionContext.{1}  | 
|
| + | DECIMAL LoginCompanyReferenceDecimal | 
     Wrapps access to eSessionContext.{1}  | 
|
| + | INTEGER LoginCompanyReferenceInteger | 
     Wrapps access to eSessionContext.{1}  | 
|
| + | CHARACTER LoginCompanyShortName | 
     Wrapps access to eSessionContext.{1}  | 
|
| + | CHARACTER ServerCustomLogEntries | 
     Wrapps access to eSessionContext.{1}  | 
|
| + | LOGICAL ServerDebugMode | 
     Wrapps access to eSessionContext.{1}  | 
|
| + | CHARACTER ServerLogEntryTypes | 
     Wrapps access to eSessionContext.{1}  | 
|
| + | CHARACTER UserGroupKeys | 
     Wrapps access to eSessionContext.{1}  | 
|
| + | CHARACTER UserGroupNames | 
     Wrapps access to eSessionContext.{1}  | 
|
| + | CHARACTER UserKey | 
     Wrapps access to eSessionContext.{1}  | 
|
| + | CHARACTER UserName | 
     Wrapps access to eSessionContext.{1}  | 
| 
         
            
                Top
                
            
         
        PUBLIC AddTempTable (handle)
 
  | 
|||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC CHARACTER GetCharacterContextProperty (character)
 
  | 
|||||||||||||||||||||||||||
        
        PUBLIC DATE GetDateContextProperty (character)
 
  | 
|||||||||||||||||||||||||||
        
        PUBLIC DATETIME GetDateTimeContextProperty (character)
 
  | 
|||||||||||||||||||||||||||
        
        PUBLIC DECIMAL GetDecimalContextProperty (character)
 
  | 
|||||||||||||||||||||||||||
        
        PUBLIC INT64 GetInt64ContextProperty (character)
 
  | 
|||||||||||||||||||||||||||
        
        PUBLIC INTEGER GetIntegerContextProperty (character)
 
  | 
|||||||||||||||||||||||||||
        
        PUBLIC LOGICAL GetLogicalContextProperty (character)
 
  | 
|||||||||||||||||||||||||||
        
        PUBLIC LONGCHAR GetLongcharContextProperty (character)
 
  | 
|||||||||||||||||||||||||||
        
        PUBLIC RAW GetRawContextProperty (character)
 
  | 
|||||||||||||||||||||||||||
        
        PROTECTED HANDLE GetSessionContextField (character)
 
  | 
|||||||||||||||||||||||||||
        
        PUBLIC RemoveContextValues (character)
 
  | 
|||||||||||||||||||||||||||
        
        PUBLIC RemoveTempTable (handle)
 
  | 
|||||||||||||||||||||||||||
        
        PUBLIC SetCharacterContextProperty (character, character)
 
  | 
|||||||||||||||||||||||||||
        
        PUBLIC SetDateContextProperty (character, date)
 
  | 
|||||||||||||||||||||||||||
        
        PUBLIC SetDateTimeContextProperty (character, datetime)
 
  | 
|||||||||||||||||||||||||||
        
        PUBLIC SetDecimalContextProperty (character, decimal)
 
  | 
|||||||||||||||||||||||||||
        
        PUBLIC SetInt64ContextProperty (character, int64)
 
  | 
|||||||||||||||||||||||||||
        
        PUBLIC SetIntegerContextProperty (character, integer)
 
  | 
|||||||||||||||||||||||||||
        
        PUBLIC SetLogicalContextProperty (character, logical)
 
  | 
|||||||||||||||||||||||||||
        
        PUBLIC SetLongcharContextProperty (character, longchar)
 
  | 
|||||||||||||||||||||||||||
        
        PUBLIC SetRawContextProperty (character, raw)
 
  | 
|||||||||||||||||||||||||||
        
        PROTECTED ContextWrapper ()
 
  | 
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC CHARACTER AppServerProVersion
 
  | 
|||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC CHARACTER AppServerType
 
  | 
|||||||||||||
        
        PUBLIC RAW ClientPrincipal
 
  | 
|||||||||||||
        
        PUBLIC CHARACTER ClientProVersion
 
  | 
|||||||||||||
        
        PUBLIC CHARACTER ClientType
 
  | 
|||||||||||||
        
        PUBLIC CHARACTER LanguageDisplayName
 
  | 
|||||||||||||
        
        PUBLIC CHARACTER LanguageIsoCode
 
  | 
|||||||||||||
        
        PUBLIC CHARACTER LanguageKey
 
  | 
|||||||||||||
        
        PUBLIC CHARACTER LoginCompanyKey
 
  | 
|||||||||||||
        
        PUBLIC CHARACTER LoginCompanyName
 
  | 
|||||||||||||
        
        PUBLIC CHARACTER LoginCompanyReferenceChar
 
  | 
|||||||||||||
        
        PUBLIC DECIMAL LoginCompanyReferenceDecimal
 
  | 
|||||||||||||
        
        PUBLIC INTEGER LoginCompanyReferenceInteger
 
  | 
|||||||||||||
        
        PUBLIC CHARACTER LoginCompanyShortName
 
  | 
|||||||||||||
        
        PUBLIC CHARACTER ServerCustomLogEntries
 
  | 
|||||||||||||
        
        PUBLIC LOGICAL ServerDebugMode
 
  | 
|||||||||||||
        
        PUBLIC CHARACTER ServerLogEntryTypes
 
  | 
|||||||||||||
        
        PUBLIC CHARACTER UserGroupKeys
 
  | 
|||||||||||||
        
        PUBLIC CHARACTER UserGroupNames
 
  | 
|||||||||||||
        
        PUBLIC CHARACTER UserKey
 
  | 
|||||||||||||
        
        PUBLIC CHARACTER UserName
 
  | 
|||||||||||||