public interface SQLDriver extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection(String connectionUrl,
String username,
String passwd) |
String |
getPrefix() |
String |
toString() |
String getPrefix()
Connection getConnection(String connectionUrl, String username, String passwd) throws SQLException
SQLExceptionCopyright © 2007–2017. All rights reserved.