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

SQL Anywhere 11.0.1 (Français) » UltraLite - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API reference » PreparedStatement class

 

close method

Close the prepared statement.

Syntax
close( )
Remarks

When a prepared statement is closed, all ResultSet and ResultSetSchema objects associated with it are also closed.

It is recommended that you set the preparedStatement object to null immediately after you close it.