public abstract class LobData
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
DataHandler |
getDataHandler() |
abstract java.io.InputStream |
getInputStream(long precision)
Get stream to read LOB data from
|
int |
getMemory()
Get the memory used by this object.
|
boolean |
isLinkedToTable() |
void |
remove(ValueLob value)
Remove the underlying resource, if any.
|
public abstract java.io.InputStream getInputStream(long precision)
precision - octet length of the stream, or -1 if unknownpublic DataHandler getDataHandler()
public boolean isLinkedToTable()
public void remove(ValueLob value)
value - to removepublic int getMemory()