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

SQL Anywhere 11.0.1 (中文) » UltraLiteJ » UltraLiteJ 参考 » UltraLiteJ API 参考 » Connection 接口

 

release 方法

释放连接。

语法
void Connection.release() throws ULjException
注释

连接被释放后,便不能再用于访问数据库。

如果试图释放存在未提交事务的连接,将会出错。