org.axiondb.types
Interface LobLocator

All Known Implementing Classes:
FileLobLocator, FileOffsetLobLocator

public interface LobLocator

A factory for LobSources.

Version:
$Revision: 1.2 $ $Date: 2002/12/16 23:34:55 $

Method Summary
 LobSource getLobSource(File parentDir, RandomAccessFile dataFile)
           
 

Method Detail

getLobSource

LobSource getLobSource(File parentDir,
                       RandomAccessFile dataFile)
                       throws AxionException
Throws:
AxionException