| Package | Description |
|---|---|
| org.h2.schema | |
| org.h2.table |
| Modifier and Type | Method and Description |
|---|---|
TriggerObject |
Schema.findTrigger(String name)
Try to find a trigger with this name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Table.addTrigger(TriggerObject trigger)
Add a trigger to this table.
|
void |
Table.removeTrigger(TriggerObject trigger)
Remove the given trigger from the list.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.