|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EmbeddedConnectionFactory
A marker interface for creating connections Embedded DQP. The interface is defined so that it can be used with DQP class loading.
Method Summary | |
---|---|
java.sql.Connection |
createConnection(java.util.Properties properties)
Create a Connection to the DQP. |
void |
shutdown()
Shutdown the connection factory, including the DQP and all its existing connections |
Method Detail |
---|
java.sql.Connection createConnection(java.util.Properties properties) throws java.sql.SQLException
properties
-
java.sql.SQLException
void shutdown() throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |