Sets the value for the specified parameter using a Double treated as an unsigned value.
setULongParameter( UInt16 parameterID, UInt64 value )
parameterID The ID number of the parameter. The first parameter in the result set has an ID value of one.
value The new value for the parameter. Uses a Double to represent the value of an unsigned 64-bit integer.
See class Unsigned64.
The following statement sets the value for the first parameter:
stmt.setLongParameter( 1, 9223372036854770000 * 4096 ); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |