|
|||||||||
| Home >> All >> org >> javahispano >> dbmt >> [ functions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.javahispano.dbmt.functions
Class FunctionRegistry

java.lang.Objectorg.javahispano.dbmt.functions.FunctionRegistry
- public class FunctionRegistry
- extends java.lang.Object
Stores all present functions
- Since:
- 19 April 2003
| Field Summary | |
private java.sql.Connection |
connection
|
private java.util.Map |
functions
|
private static FunctionRegistry |
instance
|
| Constructor Summary | |
private |
FunctionRegistry()
|
| Method Summary | |
void |
addFunction(Function function)
|
(package private) java.sql.Connection |
getConnection()
|
Function |
getFunction(java.lang.String name)
|
static FunctionRegistry |
getInstance()
|
void |
init(java.sql.Connection srcConn)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
functions
private java.util.Map functions
connection
private java.sql.Connection connection
instance
private static FunctionRegistry instance
| Constructor Detail |
FunctionRegistry
private FunctionRegistry()
| Method Detail |
addFunction
public void addFunction(Function function)
getInstance
public static FunctionRegistry getInstance()
init
public void init(java.sql.Connection srcConn)
getFunction
public Function getFunction(java.lang.String name) throws java.lang.Exception
getConnection
java.sql.Connection getConnection()
|
|||||||||
| Home >> All >> org >> javahispano >> dbmt >> [ functions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.javahispano.dbmt.functions.FunctionRegistry