setDouble Method (SQLServerPreparedStatement)

Sets the designated parameter to the given double value.

public final void setDouble(int n,
                            double x)

Parámetros

n

An int that indicates the parameter number.

x

A double value.

Excepciones

SQLServerException

Notas

This setDouble method is specified by the setDouble method in the java.sql.PreparedStatement interface.

Vea también

Referencia

SQLServerPreparedStatement Class

Conceptos

SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members