Opens and returns a new server connection.
public java.sql.Connection makeConnection( ) throws java.sql.SQLException
This connection is owned by the user java code. It must be committed and closed by the user. To access the server context, use DBConnectionContext.getServerContext on the DBConnectionContext for the current connection.
The new server connection.
SQLException Thrown if an error occurred opening the new connection.