Nonstop Database, HiRDB Version 9 UAP Development Guide

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

18.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
Length of the data (in kilobytes) that can be requested at one time (if this information has not been specified, the method returns 0)
(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.