Uses of Interface
org.h2.api.DatabaseEventListener
-
Packages that use DatabaseEventListener Package Description org.h2.engine 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 DatabaseEventListener Modifier and Type Field Description private DatabaseEventListener
Database. eventListener
private DatabaseEventListener
SessionRemote. eventListener
Methods in org.h2.engine with parameters of type DatabaseEventListener Modifier and Type Method Description (package private) static void
MetaRecord. execute(Database db, Prepared command, DatabaseEventListener listener, java.lang.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, java.lang.String sql)
-