Uses of Interface org.quartz.impl.jdbcjobstore.StdJDBCConstants (Quartz Parent POM 2.0.1 API)

Quartz Java



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

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

Uses of StdJDBCConstants in org.quartz.impl.jdbcjobstore
 

Classes in org.quartz.impl.jdbcjobstore that implement StdJDBCConstants
 class CalendarIntervalTriggerPersistenceDelegate
           
 class CloudscapeDelegate
          Deprecated. Use the StdJDBCDelegate for latest versions of Derby
 class CronTriggerPersistenceDelegate
           
 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 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 StdJDBCConstants in org.quartz.impl.jdbcjobstore.oracle
 

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

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

Classes in org.quartz.impl.jdbcjobstore.oracle.weblogic that implement StdJDBCConstants
 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-2011, Terracotta, Inc.