Method Summary
|
getConnection |
attempts to establish a connection to the given database URL.
The DriverManager attempts to select an appropriate driver from
the set of registered JDBC/SDBC drivers.
|
|
getConnectionWithInfo |
attempts to establish a connection to the given database URL.
The DriverManager attempts to select an appropriate driver from
the set of registered JDBC/SDBC drivers.
|
|
setLoginTimeout |
sets the maximum time in seconds that a driver will wait
while attempting to connect to a database.
|
|
getLoginTimeout |
gets the maximum time in seconds that a driver can wait
when attempting to login to a database.
|
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.