DatabaseContext.idl (d1766043) DatabaseContext.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

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

87
88 <p>The main purpose of this interface is to allow you to register data sources which you know
89 by URL only, and have not yet loaded.</p>
90
91 <p>Also, it hides the details of the configuration data where the data source registrations
92 are maintained, so if possible at all, you should use this interface, instead of modifying or
93 querying the configuration data directly.</p>
94
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

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

87
88 <p>The main purpose of this interface is to allow you to register data sources which you know
89 by URL only, and have not yet loaded.</p>
90
91 <p>Also, it hides the details of the configuration data where the data source registrations
92 are maintained, so if possible at all, you should use this interface, instead of modifying or
93 querying the configuration data directly.</p>
94
95 @since OOo 3.3
95 @since OpenOffice 3.3
96 */
97 [optional] interface XDatabaseRegistrations;
98};
99
100//=============================================================================
101
102}; }; }; };
103
104/*===========================================================================
105===========================================================================*/
106#endif
96 */
97 [optional] interface XDatabaseRegistrations;
98};
99
100//=============================================================================
101
102}; }; }; };
103
104/*===========================================================================
105===========================================================================*/
106#endif