gudusoft.gsqlparser.pp.stmtformatter.type.comm
Class IfStmtFormatter

java.lang.Object
  extended by gudusoft.gsqlparser.pp.stmtformatter.type.AbstractStmtFormatter<TMssqlIfElse>
      extended by gudusoft.gsqlparser.pp.stmtformatter.type.comm.IfStmtFormatter

public class IfStmtFormatter
extends AbstractStmtFormatter<TMssqlIfElse>


Constructor Summary
IfStmtFormatter()
           
 
Method Summary
 void format(TMssqlIfElse stmt)
          format statement
 
Methods inherited from class gudusoft.gsqlparser.pp.stmtformatter.type.AbstractStmtFormatter
addExpressionProcessor, addSpecialProcessor, getExpressionProcessors, getOption, getSessionId, getSpecialProcessors, setSessionId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IfStmtFormatter

public IfStmtFormatter()
Method Detail

format

public void format(TMssqlIfElse stmt)
Description copied from class: AbstractStmtFormatter
format statement

Overrides:
format in class AbstractStmtFormatter<TMssqlIfElse>