20 #ifndef __com_sun_star_sdb_application_XDatabaseDocumentUI_idl__
21 #define __com_sun_star_sdb_application_XDatabaseDocumentUI_idl__
34 module com { module sun { module star { module sdb { module application {
77 boolean isConnected();
94 raises ( ::com::sun::star::sdbc::SQLException );
108 [attribute, readonly] sequence< ::com::sun::star::lang::XComponent >
126 ::com::sun::star::beans::Pair<
long,
string >
127 identifySubComponent(
128 [in] ::com::sun::star::lang::XComponent SubComponent
131 ::com::sun::star::lang::IllegalArgumentException
156 boolean closeSubComponents();
240 ::com::sun::star::lang::XComponent loadComponent(
241 [in]
long ObjectType,
242 [in]
string ObjectName,
243 [in]
boolean ForEditing )
244 raises ( ::com::sun::star::lang::IllegalArgumentException,
245 ::com::sun::star::container::NoSuchElementException,
246 ::com::sun::star::sdbc::SQLException );
257 ::com::sun::star::lang::XComponent loadComponentWithArguments(
258 [in]
long ObjectType,
259 [in]
string ObjectName,
260 [in]
boolean ForEditing,
261 [in] sequence< ::com::sun::star::beans::PropertyValue > Arguments )
262 raises ( ::com::sun::star::lang::IllegalArgumentException,
263 ::com::sun::star::container::NoSuchElementException,
264 ::com::sun::star::sdbc::SQLException );
277 ::com::sun::star::lang::XComponent createComponent(
278 [in]
long ObjectType,
280 raises ( ::com::sun::star::lang::IllegalArgumentException,
281 ::com::sun::star::sdbc::SQLException );
305 ::com::sun::star::lang::XComponent createComponentWithArguments(
306 [in]
long ObjectType,
307 [in] sequence< ::com::sun::star::beans::PropertyValue > Arguments,
309 raises ( ::com::sun::star::lang::IllegalArgumentException,
310 ::com::sun::star::sdbc::SQLException );
represents a connection (session) with a specific database.
Definition: XConnection.idl:57
com::sun::star::sdbc::XConnection ActiveConnection
provides access to the current connection of the application
Definition: XDatabaseDocumentUI.idl:73
com::sun::star::awt::XWindow ApplicationMainWindow
provides access to the application's main window
Definition: XDatabaseDocumentUI.idl:63
specifies the basic operations for a window component.
Definition: XWindow.idl:50
provides access to the user interface of a database document
Definition: XDatabaseDocumentUI.idl:47
specifies a sub document of a OfficeDatabaseDocument.
Definition: DocumentDefinition.idl:37
com::sun::star::sdbc::XDataSource DataSource
provides access to the data source belong to the database document
Definition: XDatabaseDocumentUI.idl:51
is used for establishing connections via a factory which is identified by its name.
Definition: XDataSource.idl:35