Lines Matching refs:of

9  * with the License.  You may obtain a copy of the License at
62 /** allows access to the properties of the instance.
66 /** allows life-time control of the database data provider.
70 /** allows access to the properties of the instance.
77 /** is used for subreports and contains the names of columns of the parent report.
78 <p> These columns are typically the foreign key fields of the parent report.
79 The values of theses columns are used to identify the data for the subreport.
81 it's data based on the values of the master fields.</p>
88 /**is used for subreports and contains the names of the columns of the subreport
89 which are related to the master fields of the parent report.
102 is undefined which way it is interpreted, but implementations of the service are required
105 <p>The columns specified herein typically represent a part of the primary key
106 fields or their aliases of the detail report.</p>
113 /** is the command which should be executed, the type of command depends
115 <p>In case of a <member>CommandType</member> of <member>CommandType::COMMAND</member>,
130 /** specifies the type of the command to be executed to retrieve a result set.
132 <p><member>Command</member> needs to be interpreted depending on the value of this property.</p>
135 property, thus either <em>both</em> or <em>none</em> of them are present.</p>
183 <p>The default value of this property is <TRUE/>. By switching it to <FALSE/>, you can pass
192 /** specifies the maximal count of rows which should be fetched.
193 <p>A value of zero implies that no limit exists.</p>
203 /** is the name of the datasource to use, this could be a named datasource
204 or the URL of a data access component.