StorageFactorypublic class CPStorageFactory extends BaseStorageFactory
canonicalName, dataDirectory, home, separatedDataDirectory, tempDir, tempDirPath, uniqueNameVERSION_NUMBER| Constructor | Description |
|---|---|
CPStorageFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
(package private) void |
doInit() |
|
(package private) StorageFile |
newPersistentFile(java.lang.String path) |
Construct a persistent StorageFile from a path name.
|
(package private) StorageFile |
newPersistentFile(java.lang.String directoryName,
java.lang.String fileName) |
Construct a StorageFile from a directory and file name.
|
(package private) StorageFile |
newPersistentFile(StorageFile directoryName,
java.lang.String fileName) |
Construct a StorageFile from a directory and file name.
|
createTempDir, createTemporaryFile, getCanonicalName, getSeparator, getStorageFactoryVersion, getTempDir, init, isFast, isReadOnlyDatabase, newStorageFile, newStorageFile, newStorageFile, setCanonicalName, shutdown, supportsRandomAccessStorageFile newPersistentFile(java.lang.String path)
newPersistentFile in class BaseStorageFactorypath - The path name of the fileStorageFile newPersistentFile(java.lang.String directoryName, java.lang.String fileName)
newPersistentFile in class BaseStorageFactorydirectoryName - The directory part of the path name. Must not be null, nor may it be in the temp dir.fileName - The name of the file within the directory.StorageFile newPersistentFile(StorageFile directoryName, java.lang.String fileName)
newPersistentFile in class BaseStorageFactorydirectoryName - The directory part of the path name.fileName - The name of the file within the directory.void doInit()
throws java.io.IOException
doInit in class BaseStorageFactoryjava.io.IOExceptionApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.