| Package | Description |
|---|---|
| org.opencms.db |
Low-level database connection and access functionality.
|
| org.opencms.db.generic |
Generic (ANSI-SQL) implementation of the OpenCms database connector.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsHistoryDriver
Generic (ANSI-SQL) database server implementation of the history driver methods.
|