java.lang.Objectorg.quartz.impl.jdbcjobstore.StdJDBCDelegate
org.quartz.impl.jdbcjobstore.DB2v8Delegate
All Implemented Interfaces:
StdJDBCConstants, DriverDelegate
This differs from the StdJDBCDelegate in that it stores
boolean values in an integer column.
Blair - Jensen| Fields inherited from org.quartz.impl.jdbcjobstore.StdJDBCDelegate: |
|---|
| logger, tablePrefix, instanceId, useProperties |
| Constructor: |
|---|
|
|
| Method from org.quartz.impl.jdbcjobstore.DB2v8Delegate Summary: |
|---|
| setBoolean |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.quartz.impl.jdbcjobstore.DB2v8Delegate Detail: |
|---|
boolean value.
This translates the boolean to 1/0 for true/false. |