Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
40 /** encapsulates functionality which you might find useful when writing a
48 the characters allowed in the object names of a connection. Also, it
49 relieves you from caring whether a database supports queries in a <code>SELECT</code>
51 databases, query and table names share a common namespace, thus they must be
54 <p>All of the functionality present in this interface depends on a connection,
55 thus it entry point for obtaining it is a <type scope="com::sun::star::sdb">Connection</type>
62 …connection which was used to create it was closed, a <type scope="com::sun::star::lang">DisposedEx…
71 /** suggests a (unique) table or query name
73 <p>If in the database, tables and queries share a common namespace, this will be respected
79 another process or thread created a query or table with this name.</p>
87a unique name is to be generated. Must be either <member scope="com::sun::star::sdb">CommandType::…
91 specifies the base of the to-be-created object name. If empty, a default
100 /** converts the given object name to a name which is valid in the database.
110 /** checks whether a given name is used as table respectively query name in the database.
112 <p>If in the database, tables and queries share a common namespace, this will be respected
117 However, it's usually sufficiently up-to-date for purpose of using it in a database
140 /** checks whether a given name is valid as table or query name
153 /** checks whether a given name is allowed for a to-be-created table or query in the
158 exception. This error can be presented to the user, to give it a common experience