Package | Description |
---|---|
java.sql |
Modifier and Type | Method and Description |
---|---|
Connection |
Driver.connect(String url,
Properties info) |
Connection |
DatabaseMetaData.getConnection() |
Connection |
Statement.getConnection() |
static Connection |
DriverManager.getConnection(String url) |
static Connection |
DriverManager.getConnection(String url,
Properties info) |
static Connection |
DriverManager.getConnection(String url,
String user,
String password) |