gudusoft.gsqlparser.pp.processor.type.insert
Class AppendLineAfterInsertTableNameProcessor

java.lang.Object
  extended by gudusoft.gsqlparser.pp.processor.type.comm.AbstractProcessor<TInsertSqlStatement>
      extended by gudusoft.gsqlparser.pp.processor.type.insert.AppendLineAfterInsertTableNameProcessor

public class AppendLineAfterInsertTableNameProcessor
extends AbstractProcessor<TInsertSqlStatement>

append an new line after the table name

Author:
zhoujun

Constructor Summary
AppendLineAfterInsertTableNameProcessor()
           
 
Method Summary
 void process(TInsertSqlStatement sql)
           
 
Methods inherited from class gudusoft.gsqlparser.pp.processor.type.comm.AbstractProcessor
afterProcess, beforeProcess, getOption, init
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppendLineAfterInsertTableNameProcessor

public AppendLineAfterInsertTableNameProcessor()
Method Detail

process

public void process(TInsertSqlStatement sql)
Overrides:
process in class AbstractProcessor<TInsertSqlStatement>