Sets the value for the specified parameter using a double.
setDoubleParameter( UInt16 parameterID, Double 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.
The following statement sets a value for the first parameter:
stmt.setDoubleParameter( 1, Number.MAX_VALUE ); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |