Class AddColumn

  • All Implemented Interfaces:
    MtLbType

    public class AddColumn
    extends java.lang.Object
    implements MtLbType
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<Column> columns  
      java.lang.String tableName  
    • Constructor Summary

      Constructors 
      Constructor Description
      AddColumn()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tableName

        public java.lang.String tableName
      • columns

        public java.util.List<Column> columns
    • Constructor Detail

      • AddColumn

        public AddColumn()