com.spoledge.audao.parser.gql.impl.soft.func
Class StringFunc1

java.lang.Object
  extended by com.spoledge.audao.parser.gql.impl.soft.func.Func
      extended by com.spoledge.audao.parser.gql.impl.soft.func.Func1
          extended by com.spoledge.audao.parser.gql.impl.soft.func.StringFunc1
All Implemented Interfaces:
SoftFunction
Direct Known Subclasses:
FuncLENGTH, FuncLOWER, FuncUPPER

public abstract class StringFunc1
extends Func1

The parent of all string 1-argument functions.


Constructor Summary
protected StringFunc1()
           
protected StringFunc1(boolean acceptsNull)
           
 
Method Summary
protected  java.lang.Object getFunctionValue(java.lang.Object arg)
           
protected abstract  java.lang.Object getFunctionValue(java.lang.String arg)
           
 
Methods inherited from class com.spoledge.audao.parser.gql.impl.soft.func.Func1
checkNumOfParams, getFunctionValueImpl
 
Methods inherited from class com.spoledge.audao.parser.gql.impl.soft.func.Func
checkNumOfParams, checkNumOfParams, getFunctionName, getFunctionValue, getFunctionWithParams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringFunc1

protected StringFunc1()

StringFunc1

protected StringFunc1(boolean acceptsNull)
Method Detail

getFunctionValue

protected java.lang.Object getFunctionValue(java.lang.Object arg)
Specified by:
getFunctionValue in class Func1

getFunctionValue

protected abstract java.lang.Object getFunctionValue(java.lang.String arg)


Copyright © 2010 Spolecne s.r.o. All Rights Reserved.