Specifies one or more fields in a master table to link with corresponding fields in this table in order to establish a master-detail relationship between the tables.
Specifies the name of the data source for a dataset to use as a master table in establishing a detail-master relationship between this table and another one.
This method uses PHP reflection to iterate through published properties (the ones starting with get) and retrieve the properties stored by a previous serialize() call.
[line 476]
MySQLDataSet encapsulates database connectivity for descendant dataset objects.
MySQLDataSet defines database-related connectivity properties and methods for a dataset. Applications never use MySQLDataSet objects directly. Instead they use the descendants of MySQLDataSet, such as MySQLQuery, MySQLStoredProc, and MySQLTable, which inherit its database-related properties and methods.
Developers who create custom MySQL dataset components may want to derive them from MySQLDataSet to inherit to the database-specific properties of MySQLDataSet in addition to all the functionality of DataSet. In this case, developers should examine the source code to study the protected methods of MySQLDataSet that are not documented for this object.
This method sets the value of the field specified in $fieldname, to the value specified in $value. If not found, an EPropertyNotFound exception is raised