Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
48 …such as a query, a table, a result set, a connection to a data source, a column within a table, an…
49 …All of these objects are usually not specified with a single property, but with a set of propertie…
54 …<p>Every component providing or requiring a <type>DataAccessDescriptor</type> for some functionali…
64 …<p>This data source is usually used to create a <type>Connection</type>. If no DataSourceName is g…
75 …<p>This database location is usually used to create a <type>Connection</type>. If no DatabaseLocat…
83 /** specifies the database URL which locates a database driver.
85 …<p>This database URL is usually used to create a <type>Connection</type>. If no ConnectionResource…
93 …/** specifies additional info to use when creating a connection from a <code>ConnectionResource</c…
97 to create a connection for the given connection resource, instead of
104 /** is a connection to use.
106 …<p>This object is guaranteed to be a <type scope="com::sun::star::sdbc">Connection</type>, but usu…
107 it will be a <type>Connection</type> from the module com::sun::star::sdb.<br/>
113 <p>If no ActiveConnection is given, then a <member>DataSourceName</member> is required.</p>
119 /** specifies the command to execute to retrieve a result set.
129 /** specifies the type of the command to be executed to retrieve a result set.
142 <p>The Filter string has to form a <code>WHERE</code>-clause, <em>without</em> the
145 <p>If a <member>DataSourceName</member>, <member>Command</member> and <member>CommandType</member>
146 …are specified, a <type>RowSet</type> can be created with this information. If the results provided…
149 …<p>Note that the Filter property does not make sense if a <member>ResultSet</member> has been spec…
194 …how to <em>obtain</em> a result set. However, in scenarious where the provider of a DataAccessDesc…
204 on such a <type scope="com::sun::star::sdb">RowSet</type>. This becomes important in
211 /** specifies a selection to confine the records in a result set.
213 …<p>When you specify a result set either implicitly (<member>DataSourceName</member>, <member>Comma…
220 …It is up to the component which provides or requires a DataAccessDescriptor to specify which of the
224 <p>If the elements specify bookmarks, and a <member>ResultSet</member> has been specified, then
243 /** specifies a column name.
252 /** specifies a column object
254 <p>For reasons of performance and saving resources, a supplier of an DataAccessDescriptor which is
255 …used to describe a column object can pass this object directly, instead of specifying it only impl…
259 often it will even be a <type>Column</type> from the com::sun::star::sdb module.</p>