Scalable Database Server, HiRDB Version 8 UAP Development Guide

[Contents][Index][Back][Next]

17.7.46 getLONGVARBINARY_TruncError

(a) Function

Gets the setting information about whether or not an exception is to be thrown if truncation occurs during acquisition of data of the LONGVARBINARY type (a JDBC SQL type).

(b) Format
 
public boolean getLONGVARBINARY_TruncError()
 
(c) Arguments

None.

(d) Return value

boolean
This is the setting information about whether not an exception is to be thrown when truncation occurs:
true
An exception is thrown.
false
An exception is not thrown.
(e) Functional detail

Gets the setting information about whether or not an exception is to be thrown when truncation occurs during acquisition of data of the LONGVARBINARY type (a JDBC SQL type).

(f) Exceptions

None.