| Modifier and Type | Field and Description |
|---|---|
static TriggerOperation |
TriggerOperation.ALL
Static value All for TriggerOperation.
|
static TriggerOperation |
TriggerOperation.CREATE
Static value Create for TriggerOperation.
|
static TriggerOperation |
TriggerOperation.DELETE
Static value Delete for TriggerOperation.
|
static TriggerOperation |
TriggerOperation.REPLACE
Static value Replace for TriggerOperation.
|
static TriggerOperation |
TriggerOperation.UPDATE
Static value Update for TriggerOperation.
|
| Modifier and Type | Method and Description |
|---|---|
static TriggerOperation |
TriggerOperation.fromString(String name)
Creates or finds a TriggerOperation from its string representation.
|
TriggerOperation |
SqlTriggerResource.triggerOperation()
Get the operation the trigger is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<TriggerOperation> |
TriggerOperation.values() |
| Modifier and Type | Method and Description |
|---|---|
SqlTriggerResource |
SqlTriggerResource.withTriggerOperation(TriggerOperation triggerOperation)
Set the operation the trigger is associated with.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/