LobStorageMap
This class stores LOB objects in the database, in maps. This is the back-end
i.e. the server side of the LOB storage.
| Methods |
| ValueLobDb |
copyLob(ValueLobDb old, int tableId, long length)
|
| ValueLobDb |
copyLob(ValueLobDb old, int tableId, long length)
|
| Value |
createBlob(InputStream in, long maxLength)
|
| Value |
createBlob(InputStream in, long maxLength)
|
| Value |
createClob(Reader reader, long maxLength)
|
| Value |
createClob(Reader reader, long maxLength)
|
| InputStream |
getInputStream(ValueLobDb lob, byte[] hmac, long byteCount)
|
| InputStream |
getInputStream(ValueLobDb lob, byte[] hmac, long byteCount) throws IOException
|
| void |
init()
|
| void |
init()
|
| boolean |
isReadOnly()
|
| boolean |
isReadOnly()
|
| void |
removeAllForTable(int tableId)
|
| void |
removeAllForTable(int tableId)
|
| void |
removeLob(ValueLobDb lob)
|
| void |
removeLob(ValueLobDb lob)
|
|