net.sf.farrago.fennel.calc
Class ExtInstructionDefTable

java.lang.Object
  extended by net.sf.farrago.fennel.calc.ExtInstructionDefTable

public class ExtInstructionDefTable
extends Object

A class that holds CalcProgramBuilder.ExtInstrDef and its sub-classes.

Since:
Jun 18, 2004
Version:
$Id: //open/dev/farrago/src/net/sf/farrago/fennel/calc/ExtInstructionDefTable.java#1 $
Author:
Wael Chatila

Field Summary
static CalcProgramBuilder.ExtInstrDef abs
           
static CalcProgramBuilder.ExtInstrDef castA
           
static CalcProgramBuilder.ExtInstrDef castADecimal
           
static CalcProgramBuilder.ExtInstrDef castDateToMillis
           
static CalcProgramBuilder.ExtInstrDef castDateToStr
           
static CalcProgramBuilder.InstructionDef castStrAToDate
           
static CalcProgramBuilder.InstructionDef castStrAToTime
           
static CalcProgramBuilder.InstructionDef castStrAToTimestamp
           
static CalcProgramBuilder.ExtInstrDef castTimestampToStr
           
static CalcProgramBuilder.ExtInstrDef castTimeToStr
           
static CalcProgramBuilder.ExtInstrDef charLength
           
static CalcProgramBuilder.ExtInstrDef concat
           
static CalcProgramBuilder.ExtInstrDef currentTime
           
static CalcProgramBuilder.ExtInstrDef currentTimestamp
           
static CalcProgramBuilder.ExtInstrDef dynamicVariable
           
static CalcProgramBuilder.ExtInstrDef histogramAdd
           
static CalcProgramBuilder.ExtInstrDef histogramDrop
           
static CalcProgramBuilder.ExtInstrDef histogramGetFirstValue
           
static CalcProgramBuilder.ExtInstrDef histogramGetLastValue
           
static CalcProgramBuilder.ExtInstrDef histogramGetMax
           
static CalcProgramBuilder.ExtInstrDef histogramGetMin
           
static CalcProgramBuilder.ExtInstrDef histogramInit
           
static CalcProgramBuilder.ExtInstrDef like
           
static CalcProgramBuilder.ExtInstrDef localTime
           
static CalcProgramBuilder.ExtInstrDef localTimestamp
           
static CalcProgramBuilder.ExtInstrDef log
           
static CalcProgramBuilder.ExtInstrDef log10
           
static CalcProgramBuilder.ExtInstrDef lower
           
static CalcProgramBuilder.ExtInstrDef overlay
           
static CalcProgramBuilder.ExtInstrDef position
           
static CalcProgramBuilder.ExtInstrDef pow
           
static CalcProgramBuilder.ExtInstrDef similar
           
static CalcProgramBuilder.ExtInstrDef strCmpA
           
static CalcProgramBuilder.ExtInstrDef strCmpOct
           
static CalcProgramBuilder.ExtInstrDef substring
           
static CalcProgramBuilder.ExtInstrDef trim
           
static CalcProgramBuilder.ExtInstrDef upper
           
 
Constructor Summary
ExtInstructionDefTable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

abs

public static final CalcProgramBuilder.ExtInstrDef abs

castA

public static final CalcProgramBuilder.ExtInstrDef castA

castADecimal

public static final CalcProgramBuilder.ExtInstrDef castADecimal

castDateToMillis

public static final CalcProgramBuilder.ExtInstrDef castDateToMillis

castDateToStr

public static final CalcProgramBuilder.ExtInstrDef castDateToStr

castStrAToDate

public static final CalcProgramBuilder.InstructionDef castStrAToDate

castStrAToTime

public static final CalcProgramBuilder.InstructionDef castStrAToTime

castStrAToTimestamp

public static final CalcProgramBuilder.InstructionDef castStrAToTimestamp

castTimeToStr

public static final CalcProgramBuilder.ExtInstrDef castTimeToStr

castTimestampToStr

public static final CalcProgramBuilder.ExtInstrDef castTimestampToStr

charLength

public static final CalcProgramBuilder.ExtInstrDef charLength

concat

public static final CalcProgramBuilder.ExtInstrDef concat

dynamicVariable

public static final CalcProgramBuilder.ExtInstrDef dynamicVariable

like

public static final CalcProgramBuilder.ExtInstrDef like

localTime

public static final CalcProgramBuilder.ExtInstrDef localTime

localTimestamp

public static final CalcProgramBuilder.ExtInstrDef localTimestamp

currentTime

public static final CalcProgramBuilder.ExtInstrDef currentTime

currentTimestamp

public static final CalcProgramBuilder.ExtInstrDef currentTimestamp

log

public static final CalcProgramBuilder.ExtInstrDef log

log10

public static final CalcProgramBuilder.ExtInstrDef log10

lower

public static final CalcProgramBuilder.ExtInstrDef lower

overlay

public static final CalcProgramBuilder.ExtInstrDef overlay

position

public static final CalcProgramBuilder.ExtInstrDef position

similar

public static final CalcProgramBuilder.ExtInstrDef similar

strCmpA

public static final CalcProgramBuilder.ExtInstrDef strCmpA

strCmpOct

public static final CalcProgramBuilder.ExtInstrDef strCmpOct

substring

public static final CalcProgramBuilder.ExtInstrDef substring

trim

public static final CalcProgramBuilder.ExtInstrDef trim

upper

public static final CalcProgramBuilder.ExtInstrDef upper

pow

public static final CalcProgramBuilder.ExtInstrDef pow

histogramInit

public static final CalcProgramBuilder.ExtInstrDef histogramInit

histogramAdd

public static final CalcProgramBuilder.ExtInstrDef histogramAdd

histogramDrop

public static final CalcProgramBuilder.ExtInstrDef histogramDrop

histogramGetMax

public static final CalcProgramBuilder.ExtInstrDef histogramGetMax

histogramGetMin

public static final CalcProgramBuilder.ExtInstrDef histogramGetMin

histogramGetFirstValue

public static final CalcProgramBuilder.ExtInstrDef histogramGetFirstValue

histogramGetLastValue

public static final CalcProgramBuilder.ExtInstrDef histogramGetLastValue
Constructor Detail

ExtInstructionDefTable

public ExtInstructionDefTable()