(a) Function
Specifies the database access method for LONGVARBINARY (column attribute is BLOB or BINARY).
(b) Format
public void setLONGVARBINARY_Access(String Mode)
(c) Argument
- String Mode
- Specifies the database access method for LONGVARBINARY (column attribute is BLOB or BINARY). When this argument is omitted, "REAL" is assumed.
- "REAL"
- Accesses real data.
- "LOCATOR"
- Uses HiRDB's locator facility to access data.
- Other:
- Assumes that "REAL" has been specified.
(d) Return value
None.
(e) Functional detail
Specifies the database access method for LONGVARBINARY (column attribute is BLOB or BINARY).
(f) Exception that occurs
None.