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 DatabaseEventListener
Database.eventListener
private DatabaseEventListener
SessionRemote.eventListener
Methods in org.h2.engine with parameters of type DatabaseEventListenerModifier and TypeMethodDescription(package private) static void
MetaRecord.execute
(Database db, Prepared command, DatabaseEventListener listener, String sql) Execute the meta data statement.(package private) Prepared
MetaRecord.prepare
(Database db, SessionLocal systemSession, DatabaseEventListener listener) Prepares the meta data statement.(package private) void
MetaRecord.prepareAndExecute
(Database db, SessionLocal systemSession, DatabaseEventListener listener) Execute the meta data statement.void
Database.setEventListener
(DatabaseEventListener eventListener) private static void
MetaRecord.throwException
(Database db, DatabaseEventListener listener, DbException e, String sql)