updateClob Method (SQLServerResultSet)

Updates the designated column with a java.sql.Clob value.

Overload List

Name Description

updateClob (int, java.sql.Clob)

Updates the designated column with a java.sql.Clob value given the column index.

updateClob (java.lang.String, java.sql.Clob)

Updates the designated column with a java.sql.Clob value given the column name.

另请参见

参考

SQLServerResultSet Class

概念

SQLServerResultSet Methods
SQLServerResultSet Members