public abstract class AbstractMaterializeViewTrigger extends Object implements org.h2.api.Trigger
| Constructor and Description |
|---|
AbstractMaterializeViewTrigger() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
init(Connection connection,
String schemaName,
String triggerName,
String tableName,
boolean before,
int type) |
void |
remove() |
public void init(Connection connection, String schemaName, String triggerName, String tableName, boolean before, int type)
init in interface org.h2.api.Triggerpublic void close()
close in interface org.h2.api.Triggerpublic void remove()
remove in interface org.h2.api.TriggerCopyright © 2023 CURS. All rights reserved.