Nonstop Database, HiRDB Version 9 UAP Development Guide

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

18.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
Information about the method used to access data of the LONGVARBINARY JDBC SQL type (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.