public class SQLiteDriver extends Object implements SQLDriver
| Constructor and Description |
|---|
SQLiteDriver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Connection |
getConnection(String connectionUrl,
String username,
String passwd) |
String |
getPrefix() |
int |
hashCode() |
String |
toString() |
public Connection getConnection(String connectionUrl, String username, String passwd) throws SQLException
getConnection in interface SQLDriverSQLExceptionpublic String toString()
Copyright © 2007–2017. All rights reserved.