String
value. It is intended for use when updating 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 2, ...
@param nString the value for the column to be updated
@throws SQLException if the columnIndex is not valid; if the driver does not support national character sets; if the driver can detect that a data conversion error could occur; this method is called on a closed result set; the result set concurrency is CONCUR_READ_ONLY
or if a database access error occurs
@exception SQLFeatureNotSupportedException if the JDBC driver does not supportthis method
@since 1.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|