EOModeler Attributes

From: Jake Fisher (fisherj..mail.com)
Date: Tue Jul 25 2006 - 13:14:15 EDT

  • Next message: Mike Schrag: "Re: EOModeler Attributes"

    Mike,

      Can you add the following as either columns or editable attributes in the
    new integrated EOModeler?. We make use of them fairly often in our models.

    Missing EOAttribute attributes:

    value Class = 'valueClassName'
    precision = 'precision'
    scale = 'scale'
    as an example:
            {
                allowsNull = Y;
                columnName = ID_AMOUNT;
                externalType = DECIMAL;
                name = amount;
                precision = 7;
                scale = 2;
                valueClassName = NSDecimalNumber;
            }

    Thanks,
    ~jake



    This archive was generated by hypermail 2.0.0 : Tue Jul 25 2006 - 13:14:16 EDT