public final class LobDataInMemory extends LobData
| 构造器和说明 |
|---|
LobDataInMemory(byte[] small) |
| 限定符和类型 | 方法和说明 |
|---|---|
InputStream |
getInputStream(long precision)
Get stream to read LOB data from
|
int |
getMemory()
Get the memory used by this object.
|
byte[] |
getSmall()
Get the data if this a small lob value.
|
getDataHandler, isLinkedToTable, removepublic InputStream getInputStream(long precision)
LobDatagetInputStream 在类中 LobDataprecision - octet length of the stream, or -1 if unknownpublic byte[] getSmall()
Copyright © 2022. All rights reserved.