|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ajax.catalog.Function
Stores information about external functions author: Helena Galhardas
Constructor Summary | |
Function(java.lang.String functionName)
Constructor |
|
Function(java.lang.String functionName,
java.lang.String className,
java.util.LinkedList argTypes,
Type outType,
java.util.LinkedList exceptions)
Constructor |
Method Summary | |
void |
createStoredFunction()
Creates an SQL stored function that calls the Java method implementing this function Made through a JDBC call |
boolean |
equals(java.lang.Object object)
Checks if the current function is equal to a given one |
java.util.LinkedList |
getArgTypes()
Gets the types of the arguments |
java.lang.String |
getClassName()
Gets the class name |
java.lang.String |
getName()
Gets the function name. |
java.lang.String |
getStoredFunction()
Gets the name of the SQL Stored function |
Type |
getType()
Gets the function type (out type). |
java.lang.String |
toString()
Convert to human read-able object. |
void |
toXML(java.lang.String XMLfileName)
converts this into XML |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Function(java.lang.String functionName, java.lang.String className, java.util.LinkedList argTypes, Type outType, java.util.LinkedList exceptions)
public Function(java.lang.String functionName)
Method Detail |
public void createStoredFunction()
public java.lang.String getName()
public java.lang.String getClassName()
public java.lang.String getStoredFunction()
public java.util.LinkedList getArgTypes()
public Type getType()
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public void toXML(java.lang.String XMLfileName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |