Table of Contents

Class TColumnAttribute

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

Properties

ColumnAttributeType

public virtual EColumnAttributeType ColumnAttributeType { get; set; }

Property Value

EColumnAttributeType

DefaultValue

public virtual TExpression DefaultValue { get; set; }

Property Value

TExpression

Encoding

public virtual string Encoding { get; set; }

Property Value

string

Seed

public virtual TExpression Seed { get; set; }

Property Value

TExpression

Step

public virtual TExpression Step { get; set; }

Property Value

TExpression

Methods

init(object)

Initialize a query tree node.

public override void init(object arg1)

Parameters

arg1 object

init(object, object)

public override void init(object arg1, object arg2)

Parameters

arg1 object
arg2 object

init(object, object, object)

public override void init(object arg1, object arg2, object arg3)

Parameters

arg1 object
arg2 object
arg3 object