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 » Connection interface

 

prepareStatement function

Prepares a statement for execution.

Syntax
PreparedStatement Connection.prepareStatement(
  String sql
) throws ULjException
Parameters
  • sql   A SQL statement to prepare.

See also
Returns

A PreparedStatement object.