public interface ConnectionFactory
| Modifier and Type | Method and Description |
|---|---|
java.sql.Connection |
getConnection() |
java.lang.String |
getStorageName() |
void |
init(ID2RPlugin plugin) |
void |
shutdown() |
java.lang.String getStorageName()
void init(ID2RPlugin plugin)
void shutdown()
throws java.lang.Exception
java.lang.Exceptionjava.sql.Connection getConnection()
throws java.sql.SQLException
java.sql.SQLException