updateTime Method (int, java.sql.Time)

Updates the designated column with a time value given the column index.

public void updateTime(int index,
                       java.sql.Time x)

参数

index

An int that indicates the column index.

x

A time value.

异常

SQLServerException

备注

This updateTime method is specified by the updateTime method in the java.sql.ResultSet interface.

另请参见

参考

SQLServerResultSet Class

概念

updateTime Method (SQLServerResultSet)
SQLServerResultSet Methods
SQLServerResultSet Members