Table of Contents

Class AbstractAllStmtsFormatter

Namespace
gudusoft.gsqlparser.pp.stmtformatter.type
Assembly
gudusoft.gsqlparser.dll

the formatter used to process all the statements

@author zhoujun

public class AbstractAllStmtsFormatter
Inheritance
AbstractAllStmtsFormatter
Derived
Inherited Members

Properties

Option

public virtual GFmtOpt Option { get; }

Property Value

GFmtOpt

SessionId

public virtual string SessionId { get; set; }

Property Value

string

Methods

afterFormat(TStatementList)

public virtual void afterFormat(TStatementList stmt)

Parameters

stmt TStatementList

beforeFormat(TStatementList)

public virtual void beforeFormat(TStatementList stmt)

Parameters

stmt TStatementList

doFormat(TStatementList)

override this method if need

public virtual void doFormat(TStatementList stmt)

Parameters

stmt TStatementList