다음을 통해 공유


setFloat Method (SQLServerPreparedStatement)

Sets the designated parameter to the given float value.

public final void setFloat(int n,
                           float x)

매개 변수

n

An int that indicates the parameter number.

x

A float value.

예외

SQLServerException

주의

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

참고

참조

SQLServerPreparedStatement Class

개념

SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members