Instances of this command operates with column list (e.g. create column).
To process command with one column use ColumnCommand.
author: Slavek Psenicka
specifyColumn(String type, String name, String cmd, boolean newObject, boolean newColumn) Creates specification of command
Parameters: type - Type of column Parameters: name - Name of column Parameters: cmd - Command Parameters: newObject - indicates whether the object for this column(e.g.
Creates specification of command
Parameters: type - Type of column Parameters: name - Name of column Parameters: cmd - Command Parameters: newObject - indicates whether the object for this column(e.g. a table) is an existing object or a new object. This affectswhether we quote the object or not. Parameters: newColumn - indicates whether this column refers to a columnbeing created as part of this command or it is an existing column