Compartir a través de


truncate Method (SQLServerBlob)

Truncates a BLOB, given the length.

public void truncate(long len)

Parámetros

len

The new length for the BLOB.

Excepciones

java.sql.SQLException

Notas

This truncate method is specified by the truncate method in the java.sql.Blob interface.

Vea también

Referencia

SQLServerBlob Class

Conceptos

SQLServerBlob Methods
SQLServerBlob Members