Skip to content

Latest commit

 

History

History
101 lines (59 loc) · 2.54 KB

File metadata and controls

101 lines (59 loc) · 2.54 KB

minisql.sql.ast.CreateTriggerStatement

Home · Source file

CreateTriggerStatement

struct CreateTriggerStatement

Groups the create trigger statement state and preserves the field relationships documented below.

View source

Members

body

body

Stores the body associated with this value.

View source

eventType

eventType

Stores the event type associated with this value.

View source

ifNotExists

ifNotExists

Stores the if not exists associated with this value.

View source

name

name

Stores the name associated with this value.

View source

tableName

tableName

Stores the table name associated with this value.

View source

targetColumn

targetColumn

Stores the target column associated with this value.

View source

timing

timing

Stores the timing associated with this value.

View source