Freigeben über


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.

Siehe auch

Verweis

SQLServerResultSet Class

Konzepte

SQLServerResultSet Methods
SQLServerResultSet Members