Lines Matching refs:member

65 …and the <member>DatabaseLocation</member> and the <member>ConnectionResource</member> are emtpy, t…
76 …and the <member>ConnectionResource</member> is emtpy, then an <member>ActiveConnection</member> is…
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,
96 <member scope="com::sun::star::sdbc">XDriverManager::getConnectionWithInfo</member> is used
98 <member scope="com::sun::star::sdbc">XDriverManager::getConnection</member>.</p>
108 Especially in the case where no <member>DataSourceName</member> is given, but
109 <member>CommandType</member> is <member>CommandType::QUERY</member>, the ActiveConnection needs
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>
131 <p><member>Command</member> needs to be interpreted depending on the value of this property.</p>
133 <p>This property is only meaningfull together with the <member>Command</member>
145 <p>If a <member>DataSourceName</member>, <member>Command</member> and <member>CommandType</member>
149 …<p>Note that the Filter property does not make sense if a <member>ResultSet</member> has been spec…
158 the given <member>Command</member>.
165 the given <member>Command</member>.
172 the given <member>Command</member>.
178 …/** specifies if the <member>Command</member> should be analyzed on the client side before sending…
184 <p>This property is usually present together with the <member>Command</member> and
185 …<member>CommandType</member> properties, and is evaluated if and only if <member>CommandType</memb…
186 equals <member>CommandType::COMMAND</member>.</p>
192 <p>Usually, you use the properties <member>DataSourceName</member> (alternatively
193 …<member>ActiveConnection</member>), <member>Command</member> and <member>CommandType</member> to s…
201 are also allowed. Especially, this member can denote an instance of the
203 by calling <member scope="com::sun::star::sdb">XResultSetAccess::createResultSet</member>
205 conjunction with the <member>Selection</member> property.</p>
213 …hen you specify a result set either implicitly (<member>DataSourceName</member>, <member>Command</
214 …<member>CommandType</member>) or explicitly (<member>ResultSet</member>), the set of results can be
217 <p>The single elements of the <member>Selection</member> are either record numbers (see
218 <member scope="com::sun::star::sdbc">XResultSet::getRow</member>), or bookmarks (see
219 <member scope="com::sun::star::sdbcx">XRowLocate::getBookmark</member>).<br/>
222 <member>BookmarkSelection</member> becomes mandatory.</p>
224 <p>If the elements specify bookmarks, and a <member>ResultSet</member> has been specified, then
229 /** specifies how to interpret <member>Selection</member>
231 …<p>If present, <member>BookmarkSelection</member> specifies the semantics of <member>Selection</me…
234 <p>If <TRUE/>, then the single elements of the array specified by <member>Selection</member> are
245 <p>This property is usually used together with the <member>Command</member> and
246 <member>CommandType</member> properties.</p>
256 with the <member>ColumnName</member> property.</p>