org.locomotive.loco.store.bstamp
Class BStampStoreJdbcCloudscape

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

public class BStampStoreJdbcCloudscape
extends BStampStoreJdbc


Constructor Summary
BStampStoreJdbcCloudscape()
           
 
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

BStampStoreJdbcCloudscape

public BStampStoreJdbcCloudscape()
Method Detail

getNextBrowserStampID

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