updateNClob Method (java.lang.String, java.io.Reader)
SQL Server 2008
Updates the designated column using the specified Reader object.
Note: |
|---|
|
This feature is introduced starting with the Microsoft SQL Server JDBC Driver version 2.0. |
public void updateNClob(java.lang.String columnLabel,
java.io.Reader reader)
Parameters
columnLabel
A String that indicates the column label.
reader
A Reader object.
Note: