|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Connector
Interface for objects which can supply a JDBC Connection to a single database.
Should its use be replaced by use of the similar but bigger (and beany) javax.sql.DataSource interface?
Method Summary | |
---|---|
java.sql.Connection |
getConnection()
Returns a JDBC Connection object. |
Method Detail |
---|
java.sql.Connection getConnection() throws java.sql.SQLException
java.sql.SQLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |