Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

17.7.44 getLONGVARBINARY_AccessSize

(a) Function

Gets the LONGVARBINARY (a JDBC SQL type) data length for one access request to the HiRDB server.

(b) Format
 
public int getLONGVARBINARY_AccessSize() throws SQLException
 
(c) Arguments

None.

(d) Return value

int
This is the data length (kilobytes) for one access request. If a value has not been set, 0 is returned.
(e) Functional detail

Gets the LONGVARBINARY (JDBC SQL type) data length for one access request to the HiRDB server. This method returns the setting value of the setLONGVARBINARY_AccessSize method.

(f) Exceptions

None.