The JDBCConnection class contains a method that specifies the URL and credentials for a connection to a database.

The Connection class defines the following method.

Method

Returns

Description

getConnection(string,string,string):Connection

Connection

The three strings represent URL, user name, and password.