public static interface TeiidDdlLexicon.CreateTrigger
Modifier and Type | Field and Description |
---|---|
static String |
ACTION
A property for a trigger row action that defines the action.
|
static String |
ATOMIC
A property for a trigger row action.
|
static String |
INSTEAD_OF
A property for a create trigger DDL statement that indicates if an insert, delete, or update.
|
static String |
ROW_ACTION
A trigger row action child node name (name is not prefixed).
|
static String |
STATEMENT
A create trigger DDL statement mixin name.
|
static String |
TABLE_REFERENCE
The table reference property name.
|
static String |
TRIGGER_ROW_ACTION
A trigger row action mixin name.
|
static final String ACTION
static final String ATOMIC
static final String INSTEAD_OF
static final String ROW_ACTION
static final String STATEMENT
static final String TABLE_REFERENCE
static final String TRIGGER_ROW_ACTION
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.