Uses of Interface
org.h2.api.DatabaseEventListener
Packages that use DatabaseEventListener
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
-
Uses of DatabaseEventListener in org.h2.engine
Fields in org.h2.engine declared as DatabaseEventListenerModifier and TypeFieldDescriptionprivate DatabaseEventListenerDatabase.eventListenerprivate DatabaseEventListenerSessionRemote.eventListenerMethods in org.h2.engine with parameters of type DatabaseEventListenerModifier and TypeMethodDescription(package private) static voidMetaRecord.execute(Database db, Prepared command, DatabaseEventListener listener, String sql) Execute the meta data statement.(package private) PreparedMetaRecord.prepare(Database db, SessionLocal systemSession, DatabaseEventListener listener) Prepares the meta data statement.(package private) voidMetaRecord.prepareAndExecute(Database db, SessionLocal systemSession, DatabaseEventListener listener) Execute the meta data statement.voidDatabase.setEventListener(DatabaseEventListener eventListener) private static voidMetaRecord.throwException(Database db, DatabaseEventListener listener, DbException e, String sql)