Bilješka
Pristup ovoj stranici zahtijeva provjeru vjerodostojnosti. Možete pokušati da se prijavite ili promijenite direktorije.
Pristup ovoj stranici zahtijeva provjeru vjerodostojnosti. Možete pokušati promijeniti direktorije.
Truncates the NCLOB to the specified length.
Syntax
public void truncate(long len)
Parameters
len
The length, in characters, to which the NCLOB value should be truncated.
Exceptions
Remarks
This truncate method is specified by the truncate method in the java.sql.NClob interface.
See Also
SQLServerNClob Methods
SQLServerNClob Members
SQLServerNClob Class