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

 setTimestampParameter method Next Page

setULongParameter method


Sets the value for the specified parameter using a Double treated as an unsigned value.

Syntax

setULongParameter( UInt16 parameterID, UInt64 value )

Parameters
Remarks

See class Unsigned64.

Example

The following statement sets the value for the first parameter:

stmt.setLongParameter( 1, 9223372036854770000 * 4096 );