21 module
com { module sun { module star { module sdb { module application {
64 boolean isConnected();
81 raises ( ::
com::sun::star::sdbc::SQLException );
95 [attribute, readonly] sequence< ::
com::sun::star::lang::XComponent >
113 ::
com::sun::star::beans::Pair<
long,
string >
114 identifySubComponent(
115 [in] ::
com::sun::star::lang::XComponent SubComponent
118 ::
com::sun::star::lang::IllegalArgumentException
143 boolean closeSubComponents();
227 ::
com::sun::star::lang::XComponent loadComponent(
228 [in]
long ObjectType,
229 [in]
string ObjectName,
230 [in]
boolean ForEditing )
231 raises ( ::
com::sun::star::lang::IllegalArgumentException,
232 ::
com::sun::star::container::NoSuchElementException,
233 ::
com::sun::star::sdbc::SQLException );
244 ::
com::sun::star::lang::XComponent loadComponentWithArguments(
245 [in]
long ObjectType,
246 [in]
string ObjectName,
247 [in]
boolean ForEditing,
248 [in] sequence< ::
com::sun::star::beans::PropertyValue > Arguments )
249 raises ( ::
com::sun::star::lang::IllegalArgumentException,
250 ::
com::sun::star::container::NoSuchElementException,
251 ::
com::sun::star::sdbc::SQLException );
264 ::
com::sun::star::lang::XComponent createComponent(
265 [in]
long ObjectType,
267 raises ( ::
com::sun::star::lang::IllegalArgumentException,
268 ::
com::sun::star::sdbc::SQLException );
294 ::
com::sun::star::lang::XComponent createComponentWithArguments(
295 [in]
long ObjectType,
296 [in] sequence< ::
com::sun::star::beans::PropertyValue > Arguments,
298 raises ( ::
com::sun::star::lang::IllegalArgumentException,
299 ::
com::sun::star::container::NoSuchElementException,
300 ::
com::sun::star::sdbc::SQLException );
represents a connection (session) with a specific database.
Definition: XConnection.idl:49
Definition: Ambiguous.idl:20
com::sun::star::sdbc::XConnection ActiveConnection
provides access to the current connection of the application
Definition: XDatabaseDocumentUI.idl:60
com::sun::star::awt::XWindow ApplicationMainWindow
provides access to the application's main window
Definition: XDatabaseDocumentUI.idl:50
specifies the basic operations for a window component.
Definition: XWindow.idl:32
provides access to the user interface of a database document
Definition: XDatabaseDocumentUI.idl:34
specifies a sub document of an OfficeDatabaseDocument.
Definition: DocumentDefinition.idl:32
com::sun::star::sdbc::XDataSource DataSource
provides access to the data source belong to the database document
Definition: XDatabaseDocumentUI.idl:38
is used for establishing connections via a factory which is identified by its name.
Definition: XDataSource.idl:29