Package ru.curs.celesta.dbutils.h2
Class MaterializedViewInsertTrigger
- java.lang.Object
-
- ru.curs.celesta.dbutils.h2.AbstractMaterializedViewTrigger
-
- ru.curs.celesta.dbutils.h2.MaterializedViewInsertTrigger
-
- All Implemented Interfaces:
org.h2.api.Trigger
public final class MaterializedViewInsertTrigger extends AbstractMaterializedViewTrigger
Insert trigger of materialized view.- Since:
- 2017-07-07
- Author:
- ioann
-
-
Constructor Summary
Constructors Constructor Description MaterializedViewInsertTrigger()
-
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
-
-