Package | Description |
---|---|
org.h2.schema |
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
|
org.h2.table |
Classes related to a table and table meta data.
|
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 © 2020 JBoss by Red Hat. All rights reserved.