jdbc:postgresql://host:port/database?param1=val1&...@param url the URL of the database to connect to @param info a list of arbitrary tag/value pairs as connectionarguments @return a connection to the URL or null if it isnt us @exception SQLException if a database access error occurs @see java.sql.Driver#connect
|
|