butler.sql.function
Class Upper

java.lang.Object
  extended by butler.sql.function.Upper
All Implemented Interfaces:
Function

public class Upper
extends java.lang.Object
implements Function

Author:
Fredrik Bertilsson To uppercase function

Nested Class Summary
 
Nested classes/interfaces inherited from interface butler.sql.function.Function
Function.Call
 
Constructor Summary
Upper()
           
 
Method Summary
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Upper

public Upper()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Function