public class H2HistoryTrigger extends Object implements org.h2.api.Trigger
| Constructor and Description |
|---|
H2HistoryTrigger() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
fire(Connection connection,
Object[] oldRow,
Object[] newRow) |
void |
init(Connection conn,
String schemaName,
String triggerName,
String tableName,
boolean before,
int type) |
void |
remove() |
public H2HistoryTrigger()
public void init(Connection conn, String schemaName, String triggerName, String tableName, boolean before, int type) throws SQLException
init in interface org.h2.api.TriggerSQLExceptionpublic void fire(Connection connection, Object[] oldRow, Object[] newRow) throws SQLException
fire in interface org.h2.api.TriggerSQLExceptionpublic void close() throws SQLException
close in interface org.h2.api.TriggerSQLExceptionpublic void remove() throws SQLException
remove in interface org.h2.api.TriggerSQLExceptionCopyright © 2019. All rights reserved.