Package ru.curs.celesta.dbutils.h2
Class MaterializedViewDeleteTrigger
- java.lang.Object
-
- ru.curs.celesta.dbutils.h2.AbstractMaterializedViewTrigger
-
- ru.curs.celesta.dbutils.h2.MaterializedViewDeleteTrigger
-
- All Implemented Interfaces:
org.h2.api.Trigger
public final class MaterializedViewDeleteTrigger extends AbstractMaterializedViewTrigger
Delete trigger of materialized view.- Since:
- 2017-07-07
- Author:
- ioann
-
-
Constructor Summary
Constructors Constructor Description MaterializedViewDeleteTrigger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fire(Connection connection, Object[] oldRow, Object[] newRow)
-
Methods inherited from class ru.curs.celesta.dbutils.h2.AbstractMaterializedViewTrigger
close, init, initScore, remove
-
-
-
-
Method Detail
-
fire
public void fire(Connection connection, Object[] oldRow, Object[] newRow) throws SQLException
- Throws:
SQLException
-
-