Java Platform 1.2

Uses of Interface
java.sql.Connection

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

Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.