* @see net.sourceforge.squirrel_sql.plugins.refactoring.actions.AbstractRefactoringAction#getCommand(net.sourceforge.squirrel_sql.fw.sql.IDatabaseObjectInfo[])
*/
@Override
protected ICommand getCommand(IDatabaseObjectInfo[] infos)
{
return new AddLookupTableCommand(_session, infos);
}