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
SessionId
public virtual string SessionId { get; set; }
Property Value
Methods
afterFormat(TStatementList)
public virtual void afterFormat(TStatementList stmt)
Parameters
stmtTStatementList
beforeFormat(TStatementList)
public virtual void beforeFormat(TStatementList stmt)
Parameters
stmtTStatementList
doFormat(TStatementList)
override this method if need
public virtual void doFormat(TStatementList stmt)
Parameters
stmtTStatementList