程序包 | 说明 |
---|---|
org.opencms.db |
Low-level database connection and access functionality.
|
org.opencms.db.generic |
Generic (ANSI-SQL) implementation of the OpenCms database connector.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsHistoryDriver |
CmsDriverManager.getHistoryDriver()
Returns the history driver.
|
I_CmsHistoryDriver |
CmsDriverManager.getHistoryDriver(CmsDbContext dbc)
Returns the history driver for a given database context.
|
I_CmsHistoryDriver |
CmsDbContext.getHistoryDriver(CmsUUID projectId)
Gets the history driver associated with this database context.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsHistoryDriver
Generic (ANSI-SQL) database server implementation of the history driver methods.
|