Class CreateTable


  • public class CreateTable
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CreateTable​(java.lang.String tableName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CreatingField newField​(java.lang.String fieldName)  
      • Methods inherited from class java.lang.Object

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

      • tableName

        public final java.lang.String tableName
      • creatingFields

        public final java.util.List<CreatingField> creatingFields
    • Constructor Detail

      • CreateTable

        public CreateTable​(java.lang.String tableName)
    • Method Detail

      • newField

        public CreatingField newField​(java.lang.String fieldName)