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

SQL Anywhere 11.0.0 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » PreparedStatement interface

 

close function

Closes the PreparedStatement to release the memory resources associated with it.

Syntax
void PreparedStatement.close() throws ULjException
Remarks

No further methods can be used on this object. If the PreparedStatement contains a ResultSet, the ResultSet also gets closed.