makeConnection method

Syntax
public java.sql.Connection makeConnection( )
throws java.sql.SQLException
Remarks

Creates a new server connection. If an error occurs when opening a new connection, the method throws java.sql.SQLException.

Returns

The new server connection.

Exceptions
  • SQLException   Thrown if an error occurred opening the new connection.