Class AddColumn

    • Constructor Detail

      • AddColumn

        public AddColumn​(String schemaName,
                         String tableName,
                         ColumnBase column)
        Public constructor
        Parameters:
        schemaName -
        tableName -
    • Method Detail

      • getSchemaName

        public String getSchemaName()
        Returns:
        the schemaName
      • getTableName

        public String getTableName()
        Returns:
        the tableName
      • getColumn

        public ColumnBase getColumn()
        Returns:
        the columnNames