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

abstract class %DeepSee.CubeFunctionSet

This class contains the set of functions that can be used within a DeepSee cube definition. These functions are used when tranforming values from a source table into a DeepSee cube.
This is used as an additional super class for cube fact classes.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3


Summary

Methods
Log ToLower ToUpper


Methods

• classmethod Log(pValue As %Double) as %Double
Return the base-10 logarithm of pValue.
• classmethod ToLower(pValue As %String) as %String
Convert pValue to lower case.
• classmethod ToUpper(pValue As %String) as %String
Convert pValue to UPPER case.