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

SQL Anywhere 10.0.1 » UltraLite - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API Reference » Connection class

 isOpen method Next Page

prepareStatement method


Pre-compiles and stores into a PreparedStatement object a SQL statement with or without IN parameters.

Syntax

PreparedStatement prepareStatement(String sql, String persistName)

Parameters
Remarks

This object can be used to efficiently execute the SQL statement multiple times.