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 505]
IBDataSet defines database-related connectivity properties and methods for a dataset.
Applications never use IBDataSet objects directly. Instead they use the descendants of IBDataSet, such as IBQuery, IBStoredProc, and IBTable, which inherit its database-related properties and methods.
Developers who create custom InterBase dataset components may want to derive them from IBDataSet to inherit to the database-specific properties of IBDataSet in addition to all the functionality of DataSet. In this case, developers should examine the source code to study the protected methods of IBDataSet 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