|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
CacheDelegate
This is a driver delegate for Intersystems Caché database. |
class |
CalendarIntervalTriggerPersistenceDelegate
|
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 |
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,
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |