public static class H2Fulltext.Trigger extends Object implements org.h2.api.Trigger
Constructor and Description |
---|
H2Fulltext.Trigger() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
fire(Connection conn,
Object[] oldRow,
Object[] newRow)
Trigger interface.
|
void |
init(Connection conn,
String schema,
String triggerName,
String table,
boolean before,
int opType)
Trigger interface: initialization.
|
void |
remove() |
public void init(Connection conn, String schema, String triggerName, String table, boolean before, int opType) throws SQLException
init
in interface org.h2.api.Trigger
SQLException
public void fire(Connection conn, Object[] oldRow, Object[] newRow) throws SQLException
fire
in interface org.h2.api.Trigger
SQLException
public void close() throws SQLException
close
in interface org.h2.api.Trigger
SQLException
public void remove()
remove
in interface org.h2.api.Trigger
Copyright © 2015 Nuxeo SA. All rights reserved.