Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
42 /** implements a component which allows the creation of SQL statements.
44 …<p>This service implements a user interface for creating SQL statements either through a graphical…
54 <ul><li><a name="query_mode"></a><b>Query Mode</b>
55 …<p>In <code>Query Mode</code>, the designer is used to modify an existing or create a new client-s…
58 <li><a name="view_mode"</a><b>View Mode</b>
59 …<p>In <code>View Mode</code>, the designer is used to modify an existing or create a new server-si…
62 …interface, except when a new view is being designed. In the latter case, the designer closes itself
65 <li><a name="command_mode"</a><b>Command Mode</b>
72 <h3><a name="initialization"></a>Initialization</h3>
75 …which expects a sequence of objects being either <type scope="com::sun::star::beans">NamedValue</t…
85 <li><a name="data_source"></a><b>DataSourceName</b><br/>
86 …specifies the name of the globally registered <type>DataSource</type> for which a query, view, or …
88 …he DataSourceName may be omitted if and only if a valid <a href="#active_connection">ActiveConnect…
94 <li><a name="active_connection"></a><b>ActiveConnection</b><br/>
96 …May be omitted if and only if a valid <a href="#data_source">DataSourceName</a> parameter is suppl…
99 <li><a name="command"></a><b>Command</b><br/>
100 …the name of the query or view to design, or, in case of the <a href="#command_type">CommandType</a>
102 … If this parameter is not present, a new query/view will be designed, respectively the initial
106 <li><a name="command_type"></a><b>CommandType</b><br/>
110 <a href="#query_mode">query mode</a>, that is, an existing client-side query should be
111 designed, or a new query should be created, depending on the presence of the
112 <a href="#command">Command</a> parameter.<br/>
113 If the <a href="#data_source">DataSourceName</a> parameter is present, the query is
115 the data source which the <a href="#active_connection">ActiveConnection</a> belongs
119 <a href="#command_mode">command mode</a>, that is, a standalone SQL command
125 <a href="#view_mode">view mode</a>, that is, an existing or a new
127 <a href="#command">Command</a> parameter.<br/>
128 If the <a href="#data_source">DataSourceName</a> parameter is present, the view is
129 looked up in a newly created connection for the specified data source. Otherwise,
130 … it is looked up in the connection given as <a href="#active_connection">ActiveConnection</a>.</li>
138 …<a href="#graphical_design">GraphicalDesign</a> parameter will be ignored then, and assumed to be …
141 <li><a name="graphical_design"></a><b>GraphicalDesign</b><br/>
149 <p>There's a number of legacy settings which are recognized for compatibility reasons, though
153 is the same as Command, and implies a <a href="#command_type">CommandType</a> of
157 is the same as <a href="#graphical_design">GraphicalDesign</a>.</li>
160 is the same as Command, and implies a <a href="#command_type">CommandType</a> of
164 … implies a <a href="#command_type">CommandType</a> of <member>CommandType::TABLE</member></li>
178 <p>See chapter <a href="#initialization">Initialization</a> for details.</p>