Versions in this module Expand all Collapse all v0 v0.25.2 Jun 5, 2025 Changes in this version + var TriggerActionTime_name = map[int32]string + var TriggerActionTime_value = map[string]int32 + var TriggerEventType_name = map[int32]string + var TriggerEventType_value = map[string]int32 + type TriggerActionTime int32 + const TriggerActionTime_ACTION_UNKNOWN + const TriggerActionTime_AFTER + const TriggerActionTime_BEFORE + const TriggerActionTime_INSTEAD_OF + func (TriggerActionTime) EnumDescriptor() ([]byte, []int) + func (TriggerActionTime) SafeValue() + func (x TriggerActionTime) String() string + type TriggerEventType int32 + const TriggerEventType_DELETE + const TriggerEventType_EVENT_UNKNOWN + const TriggerEventType_INSERT + const TriggerEventType_TRUNCATE + const TriggerEventType_UPDATE + func (TriggerEventType) EnumDescriptor() ([]byte, []int) + func (TriggerEventType) SafeValue() + func (x TriggerEventType) String() string v0.23.2 Feb 12, 2024 Changes in this version + var ForeignKeyAction_name = map[int32]string + var ForeignKeyAction_value = map[string]int32 + var Match_name = map[int32]string + var Match_value = map[string]int32 + type ForeignKeyAction int32 + const ForeignKeyAction_CASCADE + const ForeignKeyAction_NO_ACTION + const ForeignKeyAction_RESTRICT + const ForeignKeyAction_SET_DEFAULT + const ForeignKeyAction_SET_NULL + func (ForeignKeyAction) EnumDescriptor() ([]byte, []int) + func (x ForeignKeyAction) SafeValue() + func (x ForeignKeyAction) String() string + type Match int32 + const Match_FULL + const Match_PARTIAL + const Match_SIMPLE + func (Match) EnumDescriptor() ([]byte, []int) + func (x Match) String() string