Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
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.