Share via


updateBigDecimal 메서드(int, java.math.BigDecimal)

JDBC 드라이버 다운로드

열 인덱스가 지정된 경우 지정된 열을 BigDecimal 개체로 업데이트합니다.

구문

  
public void updateBigDecimal(int index,  
                             java.math.BigDecimal x)  

매개 변수

index

열 인덱스를 나타내는 int입니다.

x

BigDecimal 개체입니다.

예외

SQLServerException

설명

이 updateBigDecimal 메서드는 java.sql.ResultSet 인터페이스의 updateBigDecimal 메서드에 의해 지정됩니다.

참고 항목

updateBigDecimal 메서드(SQLServerResultSet)
SQLServerResultSet 멤버
SQLServerResultSet 클래스