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

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
              extended by com.spoledge.audao.parser.gql.impl.soft.func.FuncLOWER
All Implemented Interfaces:
SoftFunction

public class FuncLOWER
extends StringFunc1

LOWER( text ) .
Converts the text int uppercase.


Constructor Summary
FuncLOWER()
           
 
Method Summary
protected  java.lang.Object getFunctionValue(java.lang.String arg)
           
 
Methods inherited from class com.spoledge.audao.parser.gql.impl.soft.func.StringFunc1
getFunctionValue
 
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

FuncLOWER

public FuncLOWER()
Method Detail

getFunctionValue

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


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