org.apache.derby.io |
|
Java Source File Name | Type | Comment |
StorageFactory.java | Interface | This interface provides basic storage functions needed for read only databases. |
StorageFile.java | Interface | This interface abstracts file naming. |
StorageRandomAccessFile.java | Interface | This interface abstracts an object that implements reading and writing on a random access
file. |
WritableStorageFactory.java | Interface | This interface extends StorageFactory to provide read/write access to storage. |