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 1319]
IBStoredProc encapsulates a stored procedure in an application.
Use a IBStoredProc object in applications to use a stored procedure on a InterBase database server. A stored procedure is a grouped set of statements, stored as part of a database server’s metadata (just like tables, indexes, and domains), that performs a frequently repeated, database-related task on the server and passes results to the client.
Many stored procedures require a series of input arguments, or parameters, that are used during processing. IBStoredProc provides a Params property that enables an application to set these parameters before executing the stored procedure.