Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

17.7.20 getLONGVARBINARY_Access

(a) Function

Gets the method of accessing data of the LONGVARBINARY type (a JDBC SQL type corresponding to HiRDB's BLOB and BINARY data types).

(b) Format
 
public String getLONGVARBINARY_Access()
 
(c) Arguments

None.

(d) Return value

String
This is the setting information for the method of accessing data of the LONGVARBINARY type (a JDBC SQL type corresponding to HiRDB's BLOB and BINARY data types):
REAL
The data is accessed using real data.
LOCATOR
The data is accessed using HiRDB's locator facility.
(e) Functional detail

Returns the information that was set by the setLONGVARBINARY_Access method.

(f) Exceptions

None.