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

java.lang.Object
  extended by gudusoft.gsqlparser.pp.stmtformatter.type.AbstractStmtFormatter<TCreateViewSqlStatement>
      extended by gudusoft.gsqlparser.pp.stmtformatter.type.comm.CreateViewStmtFormatter

public class CreateViewStmtFormatter
extends AbstractStmtFormatter<TCreateViewSqlStatement>


Constructor Summary
CreateViewStmtFormatter()
           
 
Method Summary
 void addParameterProcessor(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

CreateViewStmtFormatter

public CreateViewStmtFormatter()
Method Detail

addParameterProcessor

public void addParameterProcessor(AbstractProcessor p)