| Package | Description |
|---|---|
| org.opencms.db.generic |
Generic (ANSI-SQL) implementation of the OpenCms database connector.
|
| Modifier and Type | Method and Description |
|---|---|
protected CmsVisitEntry |
CmsSubscriptionDriver.internalReadVisitEntry(java.sql.ResultSet res)
Creates a new
CmsVisitEntry object from the given result set entry. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsVisitEntry> |
CmsSubscriptionDriver.readVisits(CmsDbContext dbc,
java.lang.String poolName,
CmsVisitEntryFilter filter)
Reads
CmsVisitEntry objects from the database. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmsSubscriptionDriver.addVisit(CmsDbContext dbc,
java.lang.String poolName,
CmsVisitEntry visit)
Adds an entry to the table of visits.
|