XObjectNames.idl (d1766043) XObjectNames.idl (c4dc0a1a)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 50 unchanged lines hidden (view full) ---

59 cannot explicitly dispose it (<member scope="com::sun::star::lang">XComponent::dispose</member>),
60 and you cannot be notified when it dies.<br/>
61 However, if your try to access any of its methods or attributes, after the
62 connection which was used to create it was closed, a <type scope="com::sun::star::lang">DisposedException</type>
63 will be thrown.</p>
64
65 @see XConnectionTools
66
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 50 unchanged lines hidden (view full) ---

59 cannot explicitly dispose it (<member scope="com::sun::star::lang">XComponent::dispose</member>),
60 and you cannot be notified when it dies.<br/>
61 However, if your try to access any of its methods or attributes, after the
62 connection which was used to create it was closed, a <type scope="com::sun::star::lang">DisposedException</type>
63 will be thrown.</p>
64
65 @see XConnectionTools
66
67 @since OOo 2.0.4
67 @since OpenOffice 2.0.4
68*/
69published interface XObjectNames
70{
71 /** suggests a (unique) table or query name
72
73 <p>If in the database, tables and queries share a common namespace, this will be respected
74 by this function.</p>
75

--- 100 unchanged lines hidden ---
68*/
69published interface XObjectNames
70{
71 /** suggests a (unique) table or query name
72
73 <p>If in the database, tables and queries share a common namespace, this will be respected
74 by this function.</p>
75

--- 100 unchanged lines hidden ---