public class Oracle9FileSystem extends OracleFileSystem
DEFAULT_TABLESPACE_CLAUSE, INDEX_TABLESPACE_VARIABLE, indexTablespace, tablespace, TABLESPACE_VARIABLEdataSourceName, driver, password, url, userconHelper, copyFileSQL, copyFilesSQL, deleteFileSQL, deleteFolderSQL, INITIAL_BUFFER_SIZE, initialized, insertFileSQL, insertFolderSQL, schema, schemaObjectPrefix, selectChildCountSQL, selectDataSQL, selectExistSQL, selectFileAndFolderNamesSQL, selectFileExistSQL, selectFileNamesSQL, selectFolderExistSQL, selectFolderNamesSQL, selectLastModifiedSQL, selectLengthSQL, updateDataSQL, updateLastModifiedSQLSEPARATOR, SEPARATOR_CHAR| Constructor and Description | 
|---|
| Oracle9FileSystem() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ConnectionHelper | createConnectionHelper(DataSource dataSrc)This method is called from the  DatabaseFileSystem.init()method of this class and returns aConnectionHelperinstance which is assigned to theconHelperfield. | 
buildSQLStatements, createCheckSchemaOperation, getIndexTablespace, getTablespace, setIndexTablespace, setTablespaceequals, getDataSource, getDataSourceName, getDriver, getPassword, getUrl, getUser, hashCode, setConnectionFactory, setDataSourceName, setDriver, setPassword, setUrl, setUserclose, createDeepFolder, createFolder, deleteFile, deleteFolder, exists, getInputStream, getOutputStream, getSchema, getSchemaObjectPrefix, hasChildren, init, isFile, isFolder, isSchemaCheckEnabled, lastModified, length, list, listFiles, listFolders, setSchema, setSchemaCheckEnabled, setSchemaObjectPrefix, verifyRootExistsprotected ConnectionHelper createConnectionHelper(DataSource dataSrc) throws Exception
DatabaseFileSystem.init() method of this class and returns a
 ConnectionHelper instance which is assigned to the conHelper field. Subclasses may
 override it to return a specialized connection helper.createConnectionHelper in class OracleFileSystemdataSrc - the DataSource of this persistence managerConnectionHelperException - on errorCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.