Σημείωση
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Truncates a BLOB, given the length.
Syntax
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.
See Also
SQLServerBlob Methods
SQLServerBlob Members
SQLServerBlob Class