Lines Matching refs:p

48     <p>Copying table data between databases can be a complex task. Especially when
51 are required.</p>
53 <p>The <code>copy table wizard</code> described by this interfaces cares for those,
54 and other, settings.</p>
62 <p>This must be one of the <type>CopyTableOperation</type> constants.</p>
64 <p>At initialization time, you can use this attribute to control the
65 initial operation in the wizard.</p>
67 <p>After the wizard has finished, you can use this attribute to determine
68 what operation was actually executed.</p>
70 <p>Changing this attribute while the dialog is running is not supported, the
71 result of such an attempt is undefined.</p>
86 <p>At initialization time, you can use this attribute to control the
87 initial table name as suggested to the user.</p>
89 <p>After the wizard has finished, you can use this attribute to determine
91 table's data was appended.</p>
93 <p>Changing this attribute while the dialog is running is not supported, the
94 result of such an attempt is undefined.</p>
100 <p>At initialization time, you can specify the initial settings for the primary
101 key in the UI.</p>
103 <p>You cannot use this attribute to determine the primary key, possibly created
106 which cannot be represented in this simple attribute anymore.</p>
108 <p>This attribute is ignored if <member>Operation</member> is
109 <member>CopyTableOperation::AppendData</member>.</p>
111 <p>Changing this attribute while the dialog is running is not supported, the
112 result of such an attempt is undefined.</p>
114 <p>When a primary key is to be created by the wizard, it will be an auto-increment
115 column, if possible.</p>
128 …<p>This attribute is ignored when the source defines the column names which isn't the case when on…
130 </p>