Neoview JDBC Type 4 Driver API Reference (R2.2, R2.3, R2.4, R2.5)

MAX_LOB_BATCHED_ROWS
public static final int MAX_LOB_BATCHED_ROWS
See Also:
Constant Field Values
Method Detail
length
public long length()
throws java.sql.SQLException
Retrieves the length in bytes of the HPT4Lob value designated by this HPT4Lob object.
Returns:
length of the CLOB in bytes
Throws:
java.sql.SQLException - if there is an error accessing the length of the HPT4Lob value
truncate
public void truncate(long len)
throws java.sql.SQLException
Truncates the HPT4Lob value that this HPT4Lob designates to have a length of len bytes.
Parameters:
len - the length, in bytes, to which the HPT4Lob value should be truncated
Throws:
java.sql.SQLException - if there is an error accessing the HPT4Lob value
Package Class Tree Deprecated Index Help
PREV CLASS NEXT CLASS FRAMES NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD