Returns a new database connection for the user and password specified.
Parameters: user - the user name to connect with Parameters: password - the password to connect with a new database connection throws: SQLException - if an error occurs
Returns a new pooled database connection for the user and password specified.
Parameters: user - the user name to connect with Parameters: password - the password to connect with a new pooled database connection throws: SQLException - if an error occurs
Returns a new XA database connection for the user and password specified.
Parameters: user - the user name to connect with Parameters: password - the password to connect with a new database connection throws: SQLException - if an error occurs