Lines Matching refs:li

61             <li>fulfilling parameter requests. This might become necessary if the copy source
62 describes a parametrized query.</li>
63 <li>user interaction in case copying a row fails. If no copy table listener is
67 error (an <code>SQLException</code>, usually) that happened.</li>
68 <li>displaying other errors which happen during copying, in particular errors in
69 creating the target table or view.</li>
118 <ol><li><code>ActiveConnection</code></li>
119 <li><code>DataSourceName</code></li>
120 <li><code>DatabaseLocation</code></li>
121 <li><code>ConnectionResource</code></li>
122 <li><code>ConnectionInfo</code></li>
123 <li><code>Command</code></li>
124 <li><code>CommandType</code></li>
133 <ul><li>Only <member scope="com::sun::star::sdb">CommandType::TABLE</member> and
134 <member scope="com::sun::star::sdb">CommandType::QUERY</member> are supported.</li>
136 <li>If you specify a <code>ConnectionResource</code>, or an
139 … not able to provide queries, thus a command type <code>QUERY</code> will be rejected.</li>
141 … <li><code>Filter</code>, <code>Order</code>, <code>HavingClause</code> and <code>GroupBy</code>
142 are unsupported at the moment.</li>
163 <ul><li>either <code>Source</code> or <code>Destination</code> is <NULL/></li>
164 <li>either <code>Source</code> or <code>Destination</code> are not sufficient
165 to describe a database connection.</li>
166 <li><code>Source</code> is not sufficient to describe the to-be-copied data</li>
167 … <li>either <code>Source</code> or <code>Destination</code> contain unsupported settings.</li>