Holger's
Java API

Uses of Class
com.antelmann.db.DBVetoException

Packages that use DBVetoException
com.antelmann.db This package contains generally useful classes for generic database management. 
 

Uses of DBVetoException in com.antelmann.db
 

Subclasses of DBVetoException in com.antelmann.db
 class DBAccessDeniedWarning
          thrown to indicate that access to a database was not allowed due to applicable restrictions
 class IntegrityWarning
           
 

Methods in com.antelmann.db that throw DBVetoException
 void DBTransactionStoreAdapter.databaseUpdated(DBUpdateEvent event, long timeTaken)
           
 void DBStoreProfiler.databaseUpdated(DBUpdateEvent event, long timeTaken)
           
 void DBStoreListener.databaseUpdated(DBUpdateEvent event, long timeTaken)
          called upon successful insert, delete or update; note that the update becomes permanent ONLY if the current transaction successfully commits.
 void DBStoreListener.Adapter.databaseUpdated(DBUpdateEvent event, long timeTaken)
           
 void DBStoreListener.StoreUpdateAdapter.databaseUpdated(DBUpdateEvent event, long timeTaken)
           
 void LoggerDBListener.prepareDatabaseCall(DBClassStore<?> dbstore, DBClassStore.DBMethod method, Object parameter)
           
 void DBTransactionStoreAdapter.prepareDatabaseCall(DBClassStore<?> dbstore, DBClassStore.DBMethod method, Object parameter)
           
 void DBStoreProfiler.prepareDatabaseCall(DBClassStore<?> dbstore, DBClassStore.DBMethod method, Object parameter)
           
 void DBStoreListener.prepareDatabaseCall(DBClassStore<?> dbstore, DBClassStore.DBMethod method, Object parameter)
          called before the given method is delegated to the embedded store
 void DBStoreListener.Adapter.prepareDatabaseCall(DBClassStore<?> dbstore, DBClassStore.DBMethod method, Object parameter)
           
 void DatabaseTableModel.prepareDatabaseCall(DBClassStore<?> dbstore, DBClassStore.DBMethod method, Object parameter)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads