java.lang.Objectorg.quartz.impl.jdbcjobstore.StdJDBCDelegate
org.quartz.impl.jdbcjobstore.CloudscapeDelegate
All Implemented Interfaces:
StdJDBCConstants, DriverDelegate
This is a driver delegate for the Cloudscape database, not surprisingly, it is known to work with Derby as well.
James - HouseSridhar - Jawaharlal, Srinivas Venkatarangaiah| Fields inherited from org.quartz.impl.jdbcjobstore.StdJDBCDelegate: |
|---|
| logger, tablePrefix, instanceId, useProperties |
| Constructor: |
|---|
Create new CloudscapeDelegate instance.
|
Create new CloudscapeDelegate instance.
|
| Method from org.quartz.impl.jdbcjobstore.CloudscapeDelegate Summary: |
|---|
| getObjectFromBlob |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.quartz.impl.jdbcjobstore.CloudscapeDelegate Detail: |
|---|
This method should be overridden by any delegate subclasses that need
special handling for BLOBs. The default implementation uses standard
JDBC |