org.jminor.common.db
Class AbstractFunction

java.lang.Object
  extended by org.jminor.common.db.AbstractOperation
      extended by org.jminor.common.db.AbstractFunction
All Implemented Interfaces:
DatabaseConnection.Operation, DatabaseConnection.Procedure

public abstract class AbstractFunction
extends AbstractOperation
implements DatabaseConnection.Procedure

A base Function implementation


Constructor Summary
AbstractFunction(String id, String name)
          Instantiates a new AbstractFunction.
 
Method Summary
 
Methods inherited from class org.jminor.common.db.AbstractOperation
getID, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jminor.common.db.DatabaseConnection.Procedure
execute
 
Methods inherited from interface org.jminor.common.db.DatabaseConnection.Operation
getID, getName
 

Constructor Detail

AbstractFunction

public AbstractFunction(String id,
                        String name)
Instantiates a new AbstractFunction.

Parameters:
id - the function ID
name - the function name