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 参考 » PreparedStatement 接口

 

close 方法

关闭 PreparedStatement,以释放与其相关的内存资源。

语法
void PreparedStatement.close() throws ULjException
注释

无法对此对象使用其它方法。如果 PreparedStatement 包含 ResultSet,则 ResultSet 也随之关闭。