Uses of Class
org.opencms.db.CmsDbSqlException
Packages that use CmsDbSqlException
Package
Description
Generic (ANSI-SQL) implementation of the OpenCms database connector.
-
Uses of CmsDbSqlException in org.opencms.db.generic
Methods in org.opencms.db.generic that return CmsDbSqlExceptionModifier and TypeMethodDescriptionprotected CmsDbSqlExceptionCmsVfsDriver.wrapException(PreparedStatement stmt, SQLException e) Wrap a SQL exception into a CmsDbSqlException.Methods in org.opencms.db.generic that throw CmsDbSqlExceptionModifier and TypeMethodDescriptionprotected voidCmsSubscriptionDriver.addVisit(CmsDbContext dbc, String poolName, CmsVisitEntry visit) Adds an entry to the table of visits.voidCmsProjectDriver.deleteUserPublishListEntries(CmsDbContext dbc, List<CmsUserPublishListEntry> publishListDeletions) CmsVfsDriver.getResourceOus(CmsDbContext dbc, CmsUUID projectId, CmsResource resource) Returns all organizational units for the given resource.protected voidCmsVfsDriver.internalCreateCounter(CmsDbContext dbc, String name, int value) Creates a new counter.protected voidCmsVfsDriver.internalIncrementCounter(CmsDbContext dbc, String name) Increments a counter.protected IntegerCmsVfsDriver.internalReadCounter(CmsDbContext dbc, String name) Reads the current value of a counter.protected CmsResourceStateCmsVfsDriver.internalReadResourceState(CmsDbContext dbc, CmsUUID projectId, CmsResource resource) Returns the resource state of the given resource.protected CmsResourceStateCmsVfsDriver.internalReadStructureState(CmsDbContext dbc, CmsUUID projectId, CmsResource resource) Returns the structure state of the given resource.voidCmsProjectDriver.log(CmsDbContext dbc, List<CmsLogEntry> logEntries) voidCmsProjectDriver.writeUserPublishListEntries(CmsDbContext dbc, List<CmsUserPublishListEntry> publishListAdditions)