16.11.24 getLONGVARBINARY_Access

(a) Function

Acquires the database access method for LONGVARBINARY (column attribute is BLOB or BINARY).

(b) Format

public String getLONGVARBINARY_Access()

(c) Argument

None.

(d) Return value
String
Indicates the information set as the database access method for LONGVARBINARY (column attribute is BLOB or BINARY). When no information has been set, "REAL" is assumed.
"REAL"
Accesses real data.
"LOCATOR"
Uses HiRDB's locator facility to access data.
(e) Functional detail

Returns the information specified by the setLONGVARBINARY_Access method.

(f) Exception that occurs

None.