| org.jboss.ejb.txtimer.DatabasePersistencePlugin
DatabasePersistencePlugin | public interface DatabasePersistencePlugin (Code) | | An implementation of of this interface provides database specific JDBC access that is
not portable accros RDBMS systems.
author: Thomas.Diesler@jboss.org version: $Revision: 57209 $ since: 23-Sep-2004 |
createTableIfNotExists | void createTableIfNotExists() throws SQLException(Code) | | Create the timers table if it does not exist already
|
getColumnInfo | String getColumnInfo()(Code) | | Get the info column name
|
getColumnInitialDate | String getColumnInitialDate()(Code) | | Get the initial date column name
|
getColumnInstancePK | String getColumnInstancePK()(Code) | | Get the instance PK column name
|
getColumnTargetID | String getColumnTargetID()(Code) | | Get the target ID column name
|
getColumnTimerID | String getColumnTimerID()(Code) | | Get the timer ID column name
|
getColumnTimerInterval | String getColumnTimerInterval()(Code) | | Get the timer interval column name
|
getTableName | String getTableName()(Code) | | Get the timer table name
|
|
|