public final class LobDataFetchOnDemand extends LobData
| 构造器和说明 |
|---|
LobDataFetchOnDemand(DataHandler handler,
int tableId,
long lobId,
byte[] hmac) |
| 限定符和类型 | 方法和说明 |
|---|---|
DataHandler |
getDataHandler() |
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.
|
String |
toString() |
public LobDataFetchOnDemand(DataHandler handler, int tableId, long lobId, byte[] hmac)
public boolean isLinkedToTable()
isLinkedToTable 在类中 LobDatapublic int getTableId()
public long getLobId()
public InputStream getInputStream(long precision)
LobDatagetInputStream 在类中 LobDataprecision - octet length of the stream, or -1 if unknownpublic DataHandler getDataHandler()
getDataHandler 在类中 LobDataCopyright © 2022. All rights reserved.