Lines Matching refs:of

9  * with the License.  You may obtain a copy of the License at
58 /** returns the SQL type name of the elements in
64 the database-specific type name of the elements.
78 /** returns the SDBC type of the elements in the array designated
91 /** retrieves the contents of the SQL array designated by this
97 If the base type of the array does not match a user-defined type
103 is a map object that contains mappings of SQL type names to
109 associated with the connection for customizations of the type-mappings
114 of the SQL array designated by this object.
124 /** returns an array containing a slice of the SQL array, beginning with the
129 successive elements of the SQL array.
132 is the array index of the first element to retrieve;
135 is the number of successive SQL array elements to retrieve.
137 is a map object that contains mappings of SQL type names to
143 associated with the connection for customizations of the type-mappings
149 of the SQL array, beginning with element
163 /** returns a result set that contains the elements of the array
169 type of the array does not match a user-defined type in
185 the order of the indices.
189 contains mapping of SQL user-defined types to classes in the UNO programming language
191 …a ResultSet object containing one row for each of the elements in the array designated by this Arr…
201 /** returns a result set holding the elements of the subarray that
209 type of the array does not match a user-defined type in
225 the order of the indices.
228 the array index of the first element to retrieve; the first element is at index 1.
230 the number of successive SQL array elements to retrieve,
232 …the Map object that contains the mapping of SQL type names to classes in the UNO programming langu…
234 a ResultSet object containing up to count consecutive elements of the SQL array