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