Lines Matching refs:p

47 …<p>Various components interacting with the database access world require to specify (or provide th…
52 data access objects.</p>
54 …<p>Every component providing or requiring a <type>DataAccessDescriptor</type> for some functionali…
56 it's free to specify any additional requirements about the relations of properties.</p>
64 …<p>This data source is usually used to create a <type>Connection</type>. If no DataSourceName is g…
66 is required.</p>
75 …<p>This database location is usually used to create a <type>Connection</type>. If no DatabaseLocat…
76 …er>ConnectionResource</member> is emtpy, then an <member>ActiveConnection</member> is reuqired.</p>
85 …<p>This database URL is usually used to create a <type>Connection</type>. If no ConnectionResource…
86 then an <member>ActiveConnection</member> is reuqired.</p>
95 <p>This member is evaluated only when <code>ConnectionResource</code> is used: In this case,
98 <member scope="com::sun::star::sdbc">XDriverManager::getConnection</member>.</p>
100 <p>If the sequence is empty, it is ignored.</p>
106 …<p>This object is guaranteed to be a <type scope="com::sun::star::sdbc">Connection</type>, but usu…
111 <member>Command</member></p>
113 <p>If no ActiveConnection is given, then a <member>DataSourceName</member> is required.</p>
121 <p>This property is only meaningful together with the <member>CommandType</member>
122 property, thus either <em>both</em> or <em>none</em> of them are present.</p>
131 <p><member>Command</member> needs to be interpreted depending on the value of this property.</p>
133 <p>This property is only meaningful together with the <member>Command</member>
134 property, thus either <em>both</em> or <em>none</em> of them are present.</p>
142 <p>The Filter string has to form a <code>WHERE</code>-clause, <em>without</em> the
143 <code>WHERE</code>-string itself.</p>
145 <p>If a <member>DataSourceName</member>, <member>Command</member> and <member>CommandType</member>
147 row set are to be additionally filtered, the Filter property can be used.</p>
149 …<p>Note that the Filter property does not make sense if a <member>ResultSet</member> has been spec…
150 in the DataAccessDescriptor.</p>
160 <p>The keyword <code>ORDER BY</code> itself is not part of this property.</p>
167 <p>The keyword <code>HAVING</code> itself is not part of this property.</p>
174 <p>The keyword <code>GROUP BY</code> itself is not part of this property.</p>
181 <p>The default value of this property is <TRUE/>. By switching it to <FALSE/>, you can pass
182 backend-specific SQL statements, which are not standard SQL, to your database.</p>
184 <p>This property is usually present together with the <member>Command</member> and
186 equals <member>CommandType::COMMAND</member>.</p>
192 <p>Usually, you use the properties <member>DataSourceName</member> (alternatively
196 to increase performance.</p>
198 …<p>The object will at least support the <type scope="com::sun::star::sdbc">ResultSet</type> servic…
200 <p>Note that any superservices of <type scope="com::sun::star::sdbc">ResultSet</type>
205 conjunction with the <member>Selection</member> property.</p>
213 …<p>When you specify a result set either implicitly (<member>DataSourceName</member>, <member>Comma…
215 additionally refined with this property.</p>
217 <p>The single elements of the <member>Selection</member> are either record numbers (see
222 <member>BookmarkSelection</member> becomes mandatory.</p>
224 <p>If the elements specify bookmarks, and a <member>ResultSet</member> has been specified, then
225 …set is required to support the <type scope="com::sun::star::sdbcx">XRowLocate</type> interface.</p>
231 …<p>If present, <member>BookmarkSelection</member> specifies the semantics of <member>Selection</me…
232 not present, it's up to the implementing component to specify this semantics.</p>
234 <p>If <TRUE/>, then the single elements of the array specified by <member>Selection</member> are
235 bookmarks relative to the result set, if <FALSE/>, they're record numbers.</p>
245 <p>This property is usually used together with the <member>Command</member> and
246 <member>CommandType</member> properties.</p>
254 <p>For reasons of performance and saving resources, a supplier of an DataAccessDescriptor which is
256 with the <member>ColumnName</member> property.</p>
258 …<p>The object will at least support the <type scope="com::sun::star::sdbcx">Column</type> service,…
259 often it will even be a <type>Column</type> from the com::sun::star::sdb module.</p>