NCHAR
,NVARCHAR
and LONGNVARCHAR
columns. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow
or insertRow
methods are called to update the database.
@param columnIndex the first column is 1, the second is 2, ...
@param x the new column value
@param length the length of the stream
@exception SQLException if the columnIndex is not valid; if a database access error occurs; the result set concurrency is CONCUR_READ_ONLY
or this method is called on a closed result set
@exception SQLFeatureNotSupportedException if the JDBC driver does not supportthis method
@since 1.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|