Modifier and Type | Field and Description |
---|---|
protected DBDeviceContext |
JdbcDBInterface.m_dbCtx |
Modifier and Type | Method and Description |
---|---|
DBDeviceContext |
DBFileLoader.getContext()
Return the database device context
|
DBDeviceContext |
ObjectIdFileLoader.getContext()
Return the database device context
|
Modifier and Type | Method and Description |
---|---|
protected NetworkFile |
DBDiskDriver.createStream(SrvSession sess,
TreeConnection tree,
FileOpenParams params,
FileState parent,
DBDeviceContext dbCtx)
Create a new stream with the specified parent file
|
protected int |
DBDiskDriver.findParentDirectoryId(DBDeviceContext ctx,
String path,
boolean filePath)
Find the directory id for the parent directory in the specified path
|
protected int[] |
DBDiskDriver.findParentDirectoryIdList(DBDeviceContext ctx,
String path,
boolean filePath)
Find the directory ids for the specified path list
|
protected DBFileInfo |
DBDiskDriver.getFileDetails(String path,
DBDeviceContext dbCtx)
Get the file id for a file
|
protected DBFileInfo |
DBDiskDriver.getFileDetails(String path,
DBDeviceContext dbCtx,
FileState fstate)
Get the file id for a file
|
protected int |
DBDiskDriver.getFileId(String path,
String name,
int dirId,
DBDeviceContext dbCtx)
Get the file id for a file
|
DBFileInfo |
DBDiskDriver.getFileInfo(String path,
int dirId,
int fid,
DBDeviceContext dbCtx)
Return file information about the specified file, using the internal file id
|
protected FileState |
DBDiskDriver.getFileState(String path,
DBDeviceContext ctx,
boolean create)
Get the cached file state for the specified path
|
protected void |
DBDiskDriver.getRetentionDetailsForState(DBDeviceContext dbCtx,
FileState fstate)
Load the retention details for a file state, if enabled
|
DBFileInfo |
DBDiskDriver.getStreamInfo(FileState parent,
String[] paths,
DBDeviceContext dbCtx)
Get the details for a file stream
|
void |
JdbcDBInterface.initializeDatabase(DBDeviceContext context,
org.springframework.extensions.config.ConfigElement params)
Initialize the database interface
|
void |
DBInterface.initializeDatabase(DBDeviceContext context,
org.springframework.extensions.config.ConfigElement params)
Initialize the database interface
|
protected StreamInfoList |
DBDiskDriver.loadStreamList(FileState fstate,
DBFileInfo finfo,
DBDeviceContext dbCtx,
boolean dbLoad)
Load the stream list for the specified file
|
protected NetworkFile |
DBDiskDriver.openStream(SrvSession sess,
TreeConnection tree,
FileOpenParams params,
FileState parent,
DBDeviceContext dbCtx)
Open an existing stream with the specified parent file
|
void |
DBFileLoader.setContext(DBDeviceContext dbCtx)
Set the database context
|
void |
ObjectIdFileLoader.setContext(DBDeviceContext dbCtx)
Set the database context
|
void |
JdbcDBInterface.shutdownDatabase(DBDeviceContext context)
Shutdown the database interface
|
void |
DBInterface.shutdownDatabase(DBDeviceContext context)
Shutdown the database interface
|
Constructor and Description |
---|
DBQuotaManager(DBDeviceContext ctx,
boolean dbg)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
void |
DerbyDBInterface.initializeDatabase(DBDeviceContext dbCtx,
org.springframework.extensions.config.ConfigElement params)
Initialize the database interface
|
void |
DerbyDBInterface.shutdownDatabase(DBDeviceContext context)
Shutdown the database interface, release resources.
|
Modifier and Type | Method and Description |
---|---|
void |
MySQLDBInterface.initializeDatabase(DBDeviceContext dbCtx,
org.springframework.extensions.config.ConfigElement params)
Initialize the database interface
|
void |
MySQLDBInterface.shutdownDatabase(DBDeviceContext context)
Shutdown the database interface, release resources.
|
Modifier and Type | Method and Description |
---|---|
void |
OracleDBInterface.initializeDatabase(DBDeviceContext dbCtx,
org.springframework.extensions.config.ConfigElement params)
Initialize the database interface
|
void |
OracleDBInterface.shutdownDatabase(DBDeviceContext context)
Shutdown the database interface, release resources.
|
Modifier and Type | Method and Description |
---|---|
void |
PostgreSQLDBInterface.initializeDatabase(DBDeviceContext dbCtx,
org.springframework.extensions.config.ConfigElement params)
Initialize the database interface
|
void |
PostgreSQLDBInterface.shutdownDatabase(DBDeviceContext context)
Shutdown the database interface, release resources.
|
Modifier and Type | Method and Description |
---|---|
void |
FileLoader.setContext(DBDeviceContext dbCtx)
Set the database context, used before the loader is fully initialized so that it can
query the database interface if required.
|
void |
SimpleFileLoader.setContext(DBDeviceContext dbCtx)
Set the database context
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.