Truncates a BLOB, given the length.
public void truncate(long len)
Parameters
len
The new length for the BLOB.
Exceptions
java.sql.SQLException
Remarks
This truncate method is specified by the truncate method in the java.sql.Blob interface.
Truncates a BLOB, given the length.
public void truncate(long len)
len
The new length for the BLOB.
java.sql.SQLException
This truncate method is specified by the truncate method in the java.sql.Blob interface.