| java.lang.Object org.netbeans.lib.ddl.impl.AbstractCommand org.netbeans.lib.ddl.impl.ColumnCommand
All known Subclasses: org.netbeans.lib.ddl.impl.ModifyColumn, org.netbeans.lib.ddl.impl.RemoveColumn, org.netbeans.lib.ddl.impl.RenameColumn,
ColumnCommand | public class ColumnCommand extends AbstractCommand (Code) | | Instances of this command operates with one column.
author: Slavek Psenicka |
serialVersionUID | final static long serialVersionUID(Code) | | |
getCommandProperties | public Map getCommandProperties() throws DDLException(Code) | | Returns properties and it's values supported by this object.
column Specification of the column
|
specifyColumn | public TableColumn specifyColumn(String type, String name, String cmd, boolean newObject, boolean newColumn) throws ClassNotFoundException, IllegalAccessException, InstantiationException(Code) | | Creates specification of command
Parameters: type - Type of column Parameters: name - Name of column Parameters: cmd - Command Parameters: newObject - set to true if this column is for a new object (table)and set to false if this column is for an existing object (table) Parameters: newColumn - set to true if this is a new column, false if thisis an existing column. |
Fields inherited from org.netbeans.lib.ddl.impl.AbstractCommand | boolean executionWithException(Code)(Java Doc) final static long serialVersionUID(Code)(Java Doc)
|
|
|