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

java.lang.Object
  extended by gudusoft.gsqlparser.pp.stmtformatter.type.AbstractStmtFormatter<TDeleteSqlStatement>
      extended by gudusoft.gsqlparser.pp.stmtformatter.type.comm.DeleteStmtFormatter

public class DeleteStmtFormatter
extends AbstractStmtFormatter<TDeleteSqlStatement>


Constructor Summary
DeleteStmtFormatter()
           
 
Method Summary
 void addWhereClauseProcessor(AbstractProcessor p)
          add a where clause processor
 
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

DeleteStmtFormatter

public DeleteStmtFormatter()
Method Detail

addWhereClauseProcessor

public void addWhereClauseProcessor(AbstractProcessor p)
add a where clause processor

Parameters:
p -