|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connection | |
java.sql | Provides the JDBC package. |
Uses of Connection in java.sql |
Methods in java.sql that return Connection | |
Connection |
Driver.connect(String url,
Properties info)
Attempts to make a database connection to the given URL. |
static Connection |
DriverManager.getConnection(String url,
Properties info)
Attempts to establish a connection to the given database URL. |
static Connection |
DriverManager.getConnection(String url,
String user,
String password)
Attempts to establish a connection to the given database URL. |
static Connection |
DriverManager.getConnection(String url)
Attempts to establish a connection to the given database URL. |
Connection |
Statement.getConnection()
JDBC 2.0 Returns the Connection object
that produced this Statement object. |
Connection |
DatabaseMetaData.getConnection()
JDBC 2.0 Retrieves the connection that produced this metadata object. |
|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |