Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
打开并返回新的服务器连接。
public java.sql.Connection makeConnection( ) throws java.sql.SQLException
此连接归用户 java 代码所有。必须由用户提交并关闭。要访问服务器环境,请使用 DBConnectionContext 上的 DBConnectionContext.getServerContext 以获得当前连接。
新的服务器连接。
SQLException 如果在打开新连接时出错,则将其抛出。