Additional fields for FieldsOfSimpleInterface, FieldsOfSimpleClass, FieldsOfObject

2005-08-02 Thread Michelle Caisse
Hi, We would like to recognize three ways of mapping PC object types as fields: 1. Serialized in the primary table (field serialized=true) 2. Embedded in the primary table (field embedded=true) 3. Referenced in a table of their own (field embedded=false or embedded not specified) The

Re: Additional fields for FieldsOfSimpleInterface, FieldsOfSimpleClass, FieldsOfObject

2005-08-02 Thread Craig Russell
Hi Michelle,On Aug 2, 2005, at 1:02 PM, Michelle Caisse wrote:Hi,We would like to recognize three ways of mapping PC object types as fields:1. Serialized in the primary table (field serialized="true")2. Embedded in the primary table (field embedded="true")3. Referenced in a table of their own

Re: Additional fields for FieldsOfSimpleInterface, FieldsOfSimpleClass, FieldsOfObject

2005-08-02 Thread Craig Russell
One last thing.On Aug 2, 2005, at 4:21 PM, Craig Russell wrote:CREATE TABLE FIELDSOFSIMPLEINTERFACE(   IDENTIFIER INTEGER NOT NULL,References SIMPLECLASSCraig   INTFIELD1 INTEGER, STRINGFIELD1 VARCHAR(1024),   SIMPLEINTERFACE102 BIGINT REFERENCES SIMPLE_CLASS,   SIMPLEINTERFACE144 LONG VARCHAR FOR