程序包 | 说明 |
---|---|
org.opencms.db.generic |
Generic (ANSI-SQL) implementation of the OpenCms database connector.
|
org.opencms.db.jpa |
限定符和类型 | 方法和说明 |
---|---|
protected CmsDbSqlException |
CmsVfsDriver.wrapException(java.sql.PreparedStatement stmt,
java.sql.SQLException e)
Wrap a SQL exception into a CmsDbSqlException.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsSubscriptionDriver.addVisit(CmsDbContext dbc,
java.lang.String poolName,
CmsVisitEntry visit)
Adds an entry to the table of visits.
|
void |
CmsProjectDriver.deleteUserPublishListEntries(CmsDbContext dbc,
java.util.List<CmsUserPublishListEntry> publishListDeletions) |
java.util.List<CmsOrganizationalUnit> |
CmsVfsDriver.getResourceOus(CmsDbContext dbc,
CmsUUID projectId,
CmsResource resource)
Returns all organizational units for the given resource.
|
protected void |
CmsVfsDriver.internalCreateCounter(CmsDbContext dbc,
java.lang.String name,
int value)
Creates a new counter.
|
protected void |
CmsVfsDriver.internalIncrementCounter(CmsDbContext dbc,
java.lang.String name)
Increments a counter.
|
protected java.lang.Integer |
CmsVfsDriver.internalReadCounter(CmsDbContext dbc,
java.lang.String name)
Reads the current value of a counter.
|
protected CmsResourceState |
CmsVfsDriver.internalReadResourceState(CmsDbContext dbc,
CmsUUID projectId,
CmsResource resource)
Returns the resource state of the given resource.
|
protected CmsResourceState |
CmsVfsDriver.internalReadStructureState(CmsDbContext dbc,
CmsUUID projectId,
CmsResource resource)
Returns the structure state of the given resource.
|
void |
CmsProjectDriver.log(CmsDbContext dbc,
java.util.List<CmsLogEntry> logEntries) |
void |
CmsProjectDriver.writeUserPublishListEntries(CmsDbContext dbc,
java.util.List<CmsUserPublishListEntry> publishListAdditions) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsSubscriptionDriver.addVisit(CmsDbContext dbc,
java.lang.String poolName,
CmsVisitEntry visit)
Adds an entry to the table of visits.
|
void |
CmsProjectDriver.log(CmsDbContext dbc,
java.util.List<CmsLogEntry> logEntries) |