Uses of Interface
org.quartz.impl.jdbcjobstore.Constants

Packages that use Constants
org.quartz.impl.jdbcjobstore   
org.quartz.impl.jdbcjobstore.oracle   
org.quartz.impl.jdbcjobstore.oracle.weblogic   
 

Uses of Constants in org.quartz.impl.jdbcjobstore
 

Subinterfaces of Constants in org.quartz.impl.jdbcjobstore
 interface StdJDBCConstants
           This interface extends Constants to include the query string constants in use by the StdJDBCDelegate class.
 

Classes in org.quartz.impl.jdbcjobstore that implement Constants
 class CacheDelegate
           This is a driver delegate for Intersystems Caché database.
 class CalendarIntervalTriggerPersistenceDelegate
           
 class CloudscapeDelegate
          Deprecated. Use the StdJDBCDelegate for latest versions of Derby
 class CronTriggerPersistenceDelegate
           
 class CUBRIDDelegate
           This is a driver delegate for the CUBRID JDBC driver.
 class DailyTimeIntervalTriggerPersistenceDelegate
          Persist a DailyTimeIntervalTrigger by converting internal fields to and from SimplePropertiesTriggerProperties.
 class DB2v6Delegate
          Quartz JDBC delegate for DB2 v6 databases.
 class DB2v7Delegate
          Quartz JDBC delegate for DB2 v7 databases.
 class DB2v8Delegate
          Quartz JDBC delegate for DB2 v8 databases.
 class DBSemaphore
          Base class for database based lock handlers for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time.
 class HSQLDBDelegate
           This is a driver delegate for the HSQLDB database.
 class JobStoreCMT
           JobStoreCMT is meant to be used in an application-server environment that provides container-managed-transactions.
 class JobStoreSupport
           Contains base functionality for JDBC-based JobStore implementations.
 class JobStoreTX
           JobStoreTX is meant to be used in a standalone environment.
 class MSSQLDelegate
           This is a driver delegate for the MSSQL JDBC driver.
 class PointbaseDelegate
           This is a driver delegate for the Pointbase JDBC driver.
 class PostgreSQLDelegate
           This is a driver delegate for the PostgreSQL JDBC driver.
 class SimplePropertiesTriggerPersistenceDelegateSupport
          A base implementation of TriggerPersistenceDelegate that persists trigger fields in the "QRTZ_SIMPROP_TRIGGERS" table.
 class SimpleTriggerPersistenceDelegate
           
 class StdJDBCDelegate
           This is meant to be an abstract base class for most, if not all, DriverDelegate implementations.
 class StdRowLockSemaphore
          Internal database based lock handler for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time.
 class SybaseDelegate
           This is a driver delegate for the Sybase database.
 class UpdateLockRowSemaphore
          Provide thread/resource locking in order to protect resources from being altered by multiple threads at the same time using a db row update.
 class WebLogicDelegate
           This is a driver delegate for the WebLogic JDBC driver.
 

Uses of Constants in org.quartz.impl.jdbcjobstore.oracle
 

Classes in org.quartz.impl.jdbcjobstore.oracle that implement Constants
 class OracleDelegate
           This is a driver delegate for the Oracle 10 and 11 database.
 

Uses of Constants in org.quartz.impl.jdbcjobstore.oracle.weblogic
 

Classes in org.quartz.impl.jdbcjobstore.oracle.weblogic that implement Constants
 class WebLogicOracleDelegate
          Handle Blobs correctly when Oracle is being used inside of Weblogic 8.1, as discussed at: http://edocs.bea.com/wls/docs81/jdbc/thirdparty.html#1043705
 



Copyright 2001-2013, Terracotta, Inc.