Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » MobiLink - 服务器管理 » MobiLink 服务器 API » 使用 Java 语言编写同步脚本 » 用于 Java 的 MobiLink 服务器 API 参考 » ServerContext 接口

 

makeConnection 方法

语法
public java.sql.Connection makeConnection( )
throws java.sql.SQLException
注释

创建新的服务器连接。如果在打开新连接时出现错误,则此方法将抛出 java.sql.SQLException。

返回值

新的服务器连接。

异常
  • SQLException   如果在打开新连接时出错,则将其抛出。