public final class LobDataFetchOnDemand extends LobData
| Constructor and Description |
|---|
LobDataFetchOnDemand(DataHandler handler,
int tableId,
long lobId,
byte[] hmac) |
| Modifier and Type | Method and Description |
|---|---|
DataHandler |
getDataHandler() |
java.io.InputStream |
getInputStream(long precision)
Get stream to read LOB data from
|
long |
getLobId() |
int |
getTableId()
Get the current table id of this lob.
|
boolean |
isLinkedToTable()
Check if this value is linked to a specific table.
|
java.lang.String |
toString() |
public LobDataFetchOnDemand(DataHandler handler, int tableId, long lobId, byte[] hmac)
public boolean isLinkedToTable()
isLinkedToTable in class LobDatapublic int getTableId()
public long getLobId()
public java.io.InputStream getInputStream(long precision)
LobDatagetInputStream in class LobDataprecision - octet length of the stream, or -1 if unknownpublic DataHandler getDataHandler()
getDataHandler in class LobDatapublic java.lang.String toString()
toString in class java.lang.Object