org.locomotive.loco.store.bstamp
Class BStampStoreJdbc

java.lang.Object
  |
  +--org.locomotive.loco.store.bstamp.BStampStore
        |
        +--org.locomotive.loco.store.bstamp.BStampStoreJdbc
Direct Known Subclasses:
BStampStoreJdbcCloudscape, BStampStoreJdbcInformix, BStampStoreJdbcInterbase, BStampStoreJdbcMysql, BStampStoreJdbcOracle, BStampStoreJdbcPostgresql, BStampStoreJdbcSolid

public class BStampStoreJdbc
extends BStampStore


Constructor Summary
BStampStoreJdbc()
           
 
Method Summary
 long getNextBrowserStampID(java.sql.Connection conn)
           
protected  java.math.BigInteger getNextBStampId(java.sql.Connection conn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BStampStoreJdbc

public BStampStoreJdbc()
Method Detail

getNextBStampId

protected java.math.BigInteger getNextBStampId(java.sql.Connection conn)
                                        throws IdException

getNextBrowserStampID

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