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.
Retrieves a stream to be used to write ASCII characters to the NCLOB value that this java.sql.NClob object represents, starting at the specified position.
Syntax
public java.io.OutputStream setAsciiStream(long pos)
Parameters
pos
The position at which to start writing to the NCLOB object; the first position is 1.
Return Value
An OutputStream object that represents the stream to which ASCII encoded characters can be written.
Exceptions
Remarks
This setAsciiStream method is specified by the setAsciiStream method in the java.sql.NClob interface.
See Also
SQLServerNClob Methods
SQLServerNClob Members
SQLServerNClob Class