java.lang.Objectorg.quartz.impl.jdbcjobstore.StdJDBCDelegate
org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
All Implemented Interfaces:
StdJDBCConstants, DriverDelegate
This is a driver delegate for the PostgreSQL JDBC driver.
< - a href="mailto:jeff@binaryfeed.org">Jeffrey Wescott| Fields inherited from org.quartz.impl.jdbcjobstore.StdJDBCDelegate: |
|---|
| logger, tablePrefix, instanceId, useProperties |
| Constructor: |
|---|
Create new PostgreSQLDelegate instance.
|
Create new PostgreSQLDelegate instance.
|
| Method from org.quartz.impl.jdbcjobstore.PostgreSQLDelegate Summary: |
|---|
| getJobDetailFromBlob, getObjectFromBlob |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.quartz.impl.jdbcjobstore.PostgreSQLDelegate Detail: |
|---|
|
This method should be overridden by any delegate subclasses that need
special handling for BLOBs. The default implementation uses standard
JDBC |