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

 setDateParameter method Next Page

setDoubleParameter method


Sets the value for the specified parameter using a double.

Syntax

setDoubleParameter( UInt16 parameterID, Double value )

Parameters
Example

The following statement sets a value for the first parameter:

stmt.setDoubleParameter( 1, Number.MAX_VALUE );