Uses of Class
org.opencms.db.CmsDbSqlException
Package
Description
Generic (ANSI-SQL) implementation of the OpenCms database connector.
-
Uses of CmsDbSqlException in org.opencms.db.generic
Modifier and TypeMethodDescriptionprotected CmsDbSqlException
CmsVfsDriver.wrapException
(PreparedStatement stmt, SQLException e) Wrap a SQL exception into a CmsDbSqlException.Modifier and TypeMethodDescriptionprotected void
CmsSubscriptionDriver.addVisit
(CmsDbContext dbc, String poolName, CmsVisitEntry visit) Adds an entry to the table of visits.void
CmsProjectDriver.deleteUserPublishListEntries
(CmsDbContext dbc, List<CmsUserPublishListEntry> publishListDeletions) CmsVfsDriver.getResourceOus
(CmsDbContext dbc, CmsUUID projectId, CmsResource resource) Returns all organizational units for the given resource.protected void
CmsVfsDriver.internalCreateCounter
(CmsDbContext dbc, String name, int value) Creates a new counter.protected void
CmsVfsDriver.internalIncrementCounter
(CmsDbContext dbc, String name) Increments a counter.protected Integer
CmsVfsDriver.internalReadCounter
(CmsDbContext dbc, 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, List<CmsLogEntry> logEntries) void
CmsProjectDriver.writeUserPublishListEntries
(CmsDbContext dbc, List<CmsUserPublishListEntry> publishListAdditions)