org.locomotive.loco.store.bstamp
Class BStampStoreJdbcMysql

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

public class BStampStoreJdbcMysql
extends BStampStoreJdbc


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

BStampStoreJdbcMysql

public BStampStoreJdbcMysql()
Method Detail

getNextBrowserStampID

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