org.gwe.p2elv2.functions
Class PFMD5Hex

java.lang.Object
  extended by org.gwe.p2elv2.PFunction
      extended by org.gwe.p2elv2.functions.PFMD5Hex

public class PFMD5Hex
extends PFunction

Since:
Aug 4, 2008
Author:
Marco Ruiz

Field Summary
static java.lang.String FUNCTION_NAME
           
 
Constructor Summary
PFMD5Hex()
           
 
Method Summary
 java.lang.String bytesToHex(byte[] b)
           
 PVarValueSpace calculateValues(java.util.List<java.lang.String> params, PStatementContext ctx)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.gwe.p2elv2.PFunction
getFunction, getName, isCompiletime, isRuntime, isSingleValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FUNCTION_NAME

public static final java.lang.String FUNCTION_NAME
See Also:
Constant Field Values
Constructor Detail

PFMD5Hex

public PFMD5Hex()
Method Detail

calculateValues

public PVarValueSpace calculateValues(java.util.List<java.lang.String> params,
                                      PStatementContext ctx)
Specified by:
calculateValues in class PFunction

bytesToHex

public java.lang.String bytesToHex(byte[] b)

main

public static void main(java.lang.String[] args)


Copyright © 2007-2009. All Rights Reserved.