|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LobSource | |
---|---|
org.axiondb.types |
DataType implementations. |
Uses of LobSource in org.axiondb.types |
---|
Classes in org.axiondb.types that implement LobSource | |
---|---|
class |
CompressedLobSource
A LobSource that compresses/decompresses
the input/output streams using GZIP compression. |
class |
FileLobSource
A LobSource that's backed by a simple File . |
class |
FileOffsetLobSource
A LobSource that's backed by a single file, storing
each LOB as an offset and length. |
Methods in org.axiondb.types that return LobSource | |
---|---|
LobSource |
LobLocator.getLobSource(java.io.File parentDir,
BufferedDataInputStream in)
|
LobSource |
FileLobLocator.getLobSource(java.io.File parentDir,
BufferedDataInputStream in)
|
LobSource |
FileOffsetLobLocator.getLobSource(java.io.File parentDir,
BufferedDataInputStream in)
|
Methods in org.axiondb.types with parameters of type LobSource | |
---|---|
void |
BlobSource.setLobSource(LobSource lob)
|
void |
ClobSource.setLobSource(LobSource lob)
|
Constructors in org.axiondb.types with parameters of type LobSource | |
---|---|
BlobSource(LobSource lob)
|
|
ClobSource(LobSource lob)
|
|
CompressedLobSource(LobSource source)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |