|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Connector
Interface to describe a connection to a JDBC source
| Method Summary | |
|---|---|
java.lang.Object |
clone()
clone the connector object, not copying the connection itself. |
void |
close()
close this connector and the contained connection |
java.sql.Connection |
getConnection()
get the JDBC connection for this Connector |
java.lang.String |
getUser()
get the user which is connected to the database |
| Method Detail |
|---|
java.sql.Connection getConnection()
throws java.sql.SQLException
SQLException, - thrown if the connection
produces an error
java.sql.SQLException
void close()
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.String getUser()
java.lang.Object clone()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||