public abstract class LobData extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DataHandler |
getDataHandler() |
abstract 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 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()
Copyright © 2022. All rights reserved.