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 » PreparedStatement class

 setFloatParameter method Next Page

setIntParameter method


Sets the value for the specified parameter using a UInt16.

Syntax

setUInt16Parameter( UInt16 parameterID, UInt16 value )

Parameters
Example

The following statement sets the value for the first parameter to 2147483647:

stmt.setIntParameter( 1, 2147483647 );