Uses of Interface
org.opencms.db.I_CmsPreparedStatementParameter
Package
Description
Low-level database connection and access functionality.
Generic (ANSI-SQL) implementation of the OpenCms database connector.
-
Uses of I_CmsPreparedStatementParameter in org.opencms.db
Modifier and TypeClassDescriptionclass
A prepared statement parameter of type 'int'.class
A prepared statement of type 'long'.class
A prepared statement parameter of type 'string'. -
Uses of I_CmsPreparedStatementParameter in org.opencms.db.generic
Modifier and TypeMethodDescriptionprotected CmsPair<String,
List<I_CmsPreparedStatementParameter>> CmsProjectDriver.prepareLogConditions
(CmsLogFilter filter) Build the whole WHERE SQL statement part for the given log entry filter.static CmsPair<String,
List<I_CmsPreparedStatementParameter>> CmsVfsDriver.prepareUrlNameMappingConditions
(CmsUrlNameMappingFilter filter) This method prepares the SQL conditions for mapping entries for a given URL name mapping filter.protected CmsPair<String,
List<I_CmsPreparedStatementParameter>> CmsSubscriptionDriver.prepareVisitConditions
(CmsVisitEntryFilter filter) Build the whole WHERE SQL statement part for the given visit entry filter.