| Modifier and Type | Field and Description |
|---|---|
static TriggerType |
TriggerType.POST
Static value Post for TriggerType.
|
static TriggerType |
TriggerType.PRE
Static value Pre for TriggerType.
|
| Modifier and Type | Method and Description |
|---|---|
static TriggerType |
TriggerType.fromString(String name)
Creates or finds a TriggerType from its string representation.
|
TriggerType |
SqlTriggerResource.triggerType()
Get type of the Trigger.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<TriggerType> |
TriggerType.values() |
| Modifier and Type | Method and Description |
|---|---|
SqlTriggerResource |
SqlTriggerResource.withTriggerType(TriggerType triggerType)
Set type of the Trigger.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/