butler.sql.function
Class Substring

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

public class Substring
extends java.lang.Object
implements Function

Author:
Fredrik Bertilsson

Nested Class Summary
 
Nested classes/interfaces inherited from interface butler.sql.function.Function
Function.Call
 
Constructor Summary
Substring()
           
 
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

Substring

public Substring()
Method Detail

getName

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