Lines Matching refs:of
9 * with the License. You may obtain a copy of the License at
63 /** provides access to the children of a folder content.
66 table columns may contain values of properties of the children.
72 references ( i.e. between an implementation of
83 example the number of columns of the result set, information
84 on the data types of columns, column names, and more.
94 <p>Note that every method of this interface implementation additionally
98 which indicates the reason for the failure of the method call.
105 /** provides access to data of the content the cursor is pointing to.
107 <p>Note that every method of this interface implementation additionally
111 which indicates the reason for the failure of the method call.
121 <p>Note that every method of this interface implementation additionally
125 which indicates the reason for the failure of the method call.
132 /** holds properties of the resultset.
139 /** controls the travel mode of the resultset cursor.
145 <td>Each travel method of the resultset will not return until the
153 <p>The following pseudo-code illustrates the usage of a non-blocking
194 The implementation initially needs to set the value of this property
202 /** contains the number of rows obtained (so far) from the data source. */
205 /** indicates that all rows of te resultset have been obtained. */
218 interface for the implementation of this service.
220 <p>The implememtation of this service is optional.