Freigeben über


setString Method (long, java.lang.String, int, int) (SQLServerNClob)

Writes the specified string to the NCLOB starting at the specified position, based on the specified offset and length.

Hinweis

This feature is introduced starting with the Microsoft SQL Server JDBC Driver version 2.0.

int setString(long pos,
              java.lang.String str,
              int offset,
              int len)

Parameter

pos

The position at which to start writing to the NCLOB; the first position is 1.

str

The String to be written to the NCLOB.

offset

The offset into str to start reading the characters to be written.

len

The number of characters to be written.

Ausnahmen

SQLServerException

Hinweise

This setString method is specified by the setString method in the java.sql.NClob interface.

Siehe auch

Referenz

SQLServerNClob Class

Konzepte

SQLServerNClob Methods
SQLServerNClob Members