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

java.lang.Object
  extended by gudusoft.gsqlparser.pp.stmtformatter.type.AbstractStmtFormatter<TAlterTableStatement>
      extended by gudusoft.gsqlparser.pp.stmtformatter.type.comm.AlterTableStmtFormatter

public class AlterTableStmtFormatter
extends AbstractStmtFormatter<TAlterTableStatement>


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

Constructor Detail

AlterTableStmtFormatter

public AlterTableStmtFormatter()
Method Detail

addItemListProcessor

public void addItemListProcessor(AbstractProcessor p)