org.locomotive.loco.store.bstamp
Class BStampStoreJdbcPostgresql

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

public class BStampStoreJdbcPostgresql
extends BStampStoreJdbc


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

BStampStoreJdbcPostgresql

public BStampStoreJdbcPostgresql()
Method Detail

getNextBrowserStampID

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