|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionFailurePoemException | |
---|---|
org.melati.poem.dbms | Melati drivers for assorted JDBC compliant DBMS. |
Uses of ConnectionFailurePoemException in org.melati.poem.dbms |
---|
Methods in org.melati.poem.dbms that throw ConnectionFailurePoemException | |
---|---|
Connection |
FirstSQL.getConnection(String url,
String user,
String password)
It does the same error, even if we don't override it so using AnsiStandard.getConnection(...). |
Connection |
AnsiStandard.getConnection(String url,
String user,
String password)
The default windows installation of MySQL has autocommit set true, which throws an SQLException when one issues a commit. |
Connection |
Dbms.getConnection(String url,
String user,
String password)
Return a connection. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |