addUserTable(entityDesc: JadeRelationalEntityIF; includeRealProperties: Boolean; includeMethods: Boolean);
The addUserTable method of the RelationalView class adds a user-defined (soft) entity or a real JADE class type with soft attributes to the receiver (that is, to the relational view). The entityDesc parameter specifies an implementation of the
This method does not apply to RPS mappings.
If the value of the includeRealProperties parameter is true and entityDesc.
Calls to this method can raise the following exceptions.
JErr_Table_Name_Conflict : Table name already used.
String_Too_Long : Table name exceeds maximum of 80 characters.
JErr_Invalid_For_RpsMapping : May only be called for ODBC Relational Views.