gudusoft.gsqlparser.pp.processor.type.createtable
Class CreateTableItemAlignProcessor

java.lang.Object
  extended by gudusoft.gsqlparser.pp.processor.type.comm.AbstractProcessor<TColumnDefinitionList>
      extended by gudusoft.gsqlparser.pp.processor.type.createtable.CreateTableItemAlignProcessor

public class CreateTableItemAlignProcessor
extends AbstractProcessor<TColumnDefinitionList>


Constructor Summary
CreateTableItemAlignProcessor()
           
 
Method Summary
 void process(TColumnDefinitionList items)
           
 
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

CreateTableItemAlignProcessor

public CreateTableItemAlignProcessor()
Method Detail

process

public void process(TColumnDefinitionList items)
Overrides:
process in class AbstractProcessor<TColumnDefinitionList>