public interface EngineLOB
An internal API only, mainly for the network server.
Implementation note: If a new method is needed, that only applies to one specific large object type (for instance a Blob), one should consider creating a new interface that extends from this one.
Modifier and Type | Method and Description |
---|---|
void |
free()
Frees all resources assoicated with this LOB.
|
int |
getLocator()
Returns LOB locator key.
|
int getLocator()
The key can be used with
EmbedConnection.getLOBMapping(int)
to
retrieve this LOB at a later time.
void free() throws java.sql.SQLException
java.sql.SQLException
- if an error occurs during cleanupApache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.