Table of Contents

Class TKeyAction

Namespace
gudusoft.gsqlparser.nodes
Assembly
gudusoft.gsqlparser.dll
public class TKeyAction : TParseTreeNode, Visitable
Inheritance
TKeyAction
Implements
Inherited Members

Properties

ActionType

public virtual EKeyActionType ActionType { get; set; }

Property Value

EKeyActionType

KeyReference

public virtual TKeyReference KeyReference { get; set; }

Property Value

TKeyReference

Methods

setActionType(EKeyActionType)

public void setActionType(EKeyActionType at)

Parameters

at EKeyActionType

setKeyReference(TKeyReference)

public void setKeyReference(TKeyReference kr)

Parameters

kr TKeyReference