|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.opensync.engine.server.DefaultFunction
The default implementation of the function interface. It gives basic features like simple access to a source.
| Constructor Summary | |
DefaultFunction()
Construct a DefaultFunction |
|
| Method Summary | |
protected java.sql.Connection |
getConnection(java.lang.String source)
Get a SQL Connection from the source source.
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultFunction()
DefaultFunction
| Method Detail |
protected java.sql.Connection getConnection(java.lang.String source)
throws java.sql.SQLException
source.
Warning : The source source must have a BD connector
source - The name of the source used in the config.xml file
java.sql.SQLException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||