Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Writes the specified String to the NCLOB starting at the specified position.
Syntax
public int setString(long pos,
java.lang.String str)
Parameters
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.
Return Value
The number of characters written.
Exceptions
Remarks
This setString method is specified by the setString method in the java.sql.NClob interface.
See Also
SQLServerNClob Methods
SQLServerNClob Members
SQLServerNClob Class