Class LogFunction

java.lang.Object
org.datanucleus.store.rdbms.sql.method.SimpleNumericMethod
org.datanucleus.store.rdbms.sql.method.LogFunction
All Implemented Interfaces:
SQLMethod

public class LogFunction extends SimpleNumericMethod
Expression handler to invoke the SQL LOG function. For use in evaluating LOG({expr}) where the RDBMS supports this function. Returns a NumericExpression "LOG({numericExpr})".