public class UpdateTrigger extends Object implements org.h2.api.Trigger
| Modifier and Type | Field and Description |
|---|---|
static String |
NOTIFICATION_TABLE |
static String |
TRIGGER_SCHEMA |
static String |
TRIGGER_TABLE |
| Constructor and Description |
|---|
UpdateTrigger() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
fire(Connection conn,
Object[] oldRow,
Object[] newRow) |
void |
init(Connection conn,
String schemaName,
String triggerName,
String tableName,
boolean before,
int type) |
void |
remove() |
public static final String TRIGGER_SCHEMA
public static final String TRIGGER_TABLE
public static final String NOTIFICATION_TABLE
public void close()
throws SQLException
close in interface org.h2.api.TriggerSQLExceptionpublic 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 conn, Object[] oldRow, Object[] newRow) throws SQLException
fire in interface org.h2.api.TriggerSQLExceptionpublic void remove()
throws SQLException
remove in interface org.h2.api.TriggerSQLExceptionCopyright © 2019 CNRS. All rights reserved.