Class CreateTable

  • All Implemented Interfaces:
    MtLbType

    public class CreateTable
    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
      CreateTable()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CreateTable withTableName​(java.lang.String tableName)  
      • 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

      • CreateTable

        public CreateTable()
    • Method Detail

      • withTableName

        public CreateTable withTableName​(java.lang.String tableName)