21module
com { module sun { module star { module sdb { module application {
95 [attribute, readonly] sequence< ::
com::
sun::
star::
lang::XComponent >
228 [in]
long ObjectType,
229 [in]
string ObjectName,
230 [in]
boolean ForEditing )
245 [in]
long ObjectType,
246 [in]
string ObjectName,
247 [in]
boolean ForEditing,
265 [in]
long ObjectType,
295 [in]
long ObjectType,
specifies the basic operations for a window component.
Definition XWindow.idl:33
provides access to the user interface of a database document
Definition XDatabaseDocumentUI.idl:35
void connect()
lets the application connect to the database
boolean closeSubComponents()
closes all sub components of the database document.
com::sun::star::sdbc::XDataSource DataSource
provides access to the data source belong to the database document
Definition XDatabaseDocumentUI.idl:38
com::sun::star::awt::XWindow ApplicationMainWindow
provides access to the application's main window
Definition XDatabaseDocumentUI.idl:50
::com::sun::star::lang::XComponent createComponentWithArguments([in] long ObjectType, [in] sequence< ::com::sun::star::beans::PropertyValue > Arguments, [out] ::com::sun::star::lang::XComponent DocumentDefinition)
creates a new sub component of the given type
sequence< ::com::sun::star::lang::XComponent > SubComponents
contains all sub components of the database document
Definition XDatabaseDocumentUI.idl:96
::com::sun::star::lang::XComponent loadComponent([in] long ObjectType, [in] string ObjectName, [in] boolean ForEditing)
loads the given sub component of the database document
com::sun::star::sdbc::XConnection ActiveConnection
provides access to the current connection of the application
Definition XDatabaseDocumentUI.idl:60
::com::sun::star::beans::Pair< long, string > identifySubComponent([in] ::com::sun::star::lang::XComponent SubComponent)
identifies the given sub component
::com::sun::star::lang::XComponent createComponent([in] long ObjectType, [out] ::com::sun::star::lang::XComponent DocumentDefinition)
creates a new sub component of the given type
::com::sun::star::lang::XComponent loadComponentWithArguments([in] long ObjectType, [in] string ObjectName, [in] boolean ForEditing, [in] sequence< ::com::sun::star::beans::PropertyValue > Arguments)
loads the given sub component of the database document
boolean isConnected()
determines whether the application is currently connected to the database
represents a connection (session) with a specific database.
Definition XConnection.idl:50
is used for establishing connections via a factory which is identified by its name.
Definition XDataSource.idl:30
Java beans-like property access and introspection.
Definition Ambiguous.idl:20
Interfaces for collections and containers.
Definition ContainerEvent.idl:22
General UNO concepts like factories etc.
Definition ArrayIndexOutOfBoundsException.idl:22
Database component interfaces.
Definition modules.idl:331
the module com::sun::star is the root module of the UNO API.
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20
specifies a sub document of an OfficeDatabaseDocument.
Definition DocumentDefinition.idl:33