Lines Matching refs:p

43     <p>The most important task fulfilled by this instance is that it hides
45 or client side specialities.</p>
47 <p>For instance, it can validate names against
52 unique. Using this interface, you can easily ensure this uniqueness.</p>
54 <p>All of the functionality present in this interface depends on a connection,
56 service.</p>
58 <p>The component itself does not have life-time control mechanimns, i.e. you
63 will be thrown.</p>
73 <p>If in the database, tables and queries share a common namespace, this will be respected
74 by this function.</p>
76 <p>Note that in an multi-threaded environment, the name you obtain here is not absolutely
79 another process or thread created a query or table with this name.</p>
81 <p>This implies that you cannot rely on the name's uniqueness, but you can use it as
83 you are actually creating the table respectively query.</p>
102 <p>The conversion takes place by converting every character which is neither
104 by the database, with an underscore character (_).</p>
112 <p>If in the database, tables and queries share a common namespace, this will be respected
113 by this function.</p>
115 <p>As before, the information you obtain by calling this method might be obsolete
118 application driven by user interactions.</p>
142 <p>For tables, the name must consist of characters allowed by the SQL-92 standard,
143 plus characters allowed by the connection as extra name characters.</p>
145 <p>For queries, names are nearly arbitrary, except that usual quoting characters
146 must not be part of the name.</p>
156 <p>This method basically does the same checks as <member>isNameUsed</member> and
159 in all cases where he's required to enter an object name.</p>