Lines Matching refs:property

49 …All of these objects are usually not specified with a single property, but with a set of propertie…
71 [optional, property] string DataSourceName;
81 [optional, property] string DatabaseLocation;
91 [optional, property] string ConnectionResource;
102 [optional, property] sequence< ::com::sun::star::beans::PropertyValue > ConnectionInfo;
117 [optional, property] com::sun::star::sdbc::XConnection ActiveConnection;
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>
126 [optional, property] string Command;
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>
138 [optional, property] long CommandType;
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…
155 [optional, property] string Filter;
160 <p>The keyword <code>ORDER BY</code> itself is not part of this property.</p>
162 [optional, property] string Order;
167 <p>The keyword <code>HAVING</code> itself is not part of this property.</p>
169 [optional, property] string HavingClause;
174 <p>The keyword <code>GROUP BY</code> itself is not part of this property.</p>
176 [optional, property] string GroupBy;
181 <p>The default value of this property is <TRUE/>. By switching it to <FALSE/>, you can pass
184 <p>This property is usually present together with the <member>Command</member> and
188 [optional, property] boolean EscapeProcessing;
205 conjunction with the <member>Selection</member> property.</p>
209 [optional, property] com::sun::star::sdbc::XResultSet ResultSet;
215 additionally refined with this property.</p>
221 two alternatives it expects. If it does <em>not</em> specify this, then the property
227 [optional, property] sequence< any > Selection;
241 [optional, property] boolean BookmarkSelection;
245 <p>This property is usually used together with the <member>Command</member> and
250 [optional, property] string ColumnName;
256 with the <member>ColumnName</member> property.</p>
261 [optional, property] com::sun::star::beans::XPropertySet Column;