| Package | Description |
|---|---|
| org.melati.poem.dbms |
POEM Drivers for assorted JDBC compliant DBMS.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
Dbms.getConnection(String url,
String user,
String password)
Return a connection.
|
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.
|
Copyright © 2000–2021 PanEris. All rights reserved.