org.apache.derby.impl.io |
|
Java Source File Name | Type | Comment |
BaseStorageFactory.java | Class | This class provides a base for implementations of the StorageFactory interface. |
CPFile.java | Class | This class provides a class path based implementation of the StorageFile interface. |
CPStorageFactory.java | Class | This class provides a class path based implementation of the StorageFactory interface. |
DirFile.java | Class | This class provides a disk based implementation of the StorageFile interface. |
DirFile4.java | Class | This class implements the StorageFile interface using features of Java 1.4 not available in earlier
versions of Java. |
DirRandomAccessFile.java | Class | This class provides a disk based implementation of the StIRandomAccess File interface. |
DirRandomAccessFile4.java | Class | This class provides a disk based implementation of the StIRandomAccess File interface. |
DirStorageFactory.java | Class | This class provides a disk based implementation of the StorageFactory interface. |
DirStorageFactory4.java | Class | This class implements the WritableStorageFactory interface using features found in Java 1.4 but
not in earlier versions of Java. |
InputStreamFile.java | Class | This class provides the base for read-only stream implementations of the StorageFile interface. |
JarDBFile.java | Class | This class provides a jar file based implementation of the StorageFile interface. |
JarStorageFactory.java | Class | This class provides a Jar file based implementation of the StorageFactory interface. |
URLFile.java | Class | This class provides a class path based implementation of the StorageFile interface. |
URLStorageFactory.java | Class | This class provides a http based implementation of the StorageFactory interface. |