org.locomotive.loco.store.bstamp
Class BStampStoreJdbcInformix

java.lang.Object
  |
  +--org.locomotive.loco.store.bstamp.BStampStore
        |
        +--org.locomotive.loco.store.bstamp.BStampStoreJdbc
              |
              +--org.locomotive.loco.store.bstamp.BStampStoreJdbcInformix

public class BStampStoreJdbcInformix
extends BStampStoreJdbc


Constructor Summary
BStampStoreJdbcInformix()
           
 
Method Summary
 long getNextBrowserStampID(java.sql.Connection conn)
           
 
Methods inherited from class org.locomotive.loco.store.bstamp.BStampStoreJdbc
getNextBStampId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BStampStoreJdbcInformix

public BStampStoreJdbcInformix()
Method Detail

getNextBrowserStampID

public long getNextBrowserStampID(java.sql.Connection conn)
                           throws java.sql.SQLException
Overrides:
getNextBrowserStampID in class BStampStoreJdbc